milkandsour

Results 1 issues of milkandsour

The following schema ``` javascript schema({ a: [Function, String], b: String, c: Array.of(3, String), d: Array.of(3, String), e: [null, schema.self] }) ``` will never pass on object without the e...