UNPKG

async-validate

Version:

Asynchronous validation for node and the browser

9 lines (7 loc) 122 B
var schema = { type: 'object', fields: { mock: {type: 'function', min: 0, max: 1} } } module.exports = schema;