Initial commit
This commit is contained in:
11
lib/clash_deck_generator2/types.rb
Normal file
11
lib/clash_deck_generator2/types.rb
Normal file
@@ -0,0 +1,11 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
require "dry/types"
|
||||
|
||||
module ClashDeckGenerator2
|
||||
Types = Dry.Types(default: :strict)
|
||||
|
||||
module Types
|
||||
# Define your custom types here
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user