Validate a record with string keys
The validated type
The validator to use
isMapping(isNumber)({ a: 1 }) >> { valid: true, input: { a: 1 }, }; Copy
isMapping(isNumber)({ a: 1 }) >> { valid: true, input: { a: 1 }, };
Validate a record with string keys