class Dry::Types::Schema

def lax

Other tags:
    Api: - public

Returns:
  • (Lax) -
def lax
  Lax.new(schema(keys.map(&:lax)))
end