class Dry::Types::Hash::Schema

def call(hash)

Returns:
  • (Hash{Symbol => Object}) -

Parameters:
  • hash (Hash) --
def call(hash)
  coerce(hash)
end