For example, if we ```checker = schema({ a: 1 })``` then we do ```checker(123)``` checker will throw ```TypeError: Cannot use 'in' operator to search for 'type' in 123```
For example, if we
checker = schema({ a: 1 })then we do
checker(123)checker will throw
TypeError: Cannot use 'in' operator to search for 'type' in 123