UNPKG

async-validate

Version:

Asynchronous validation for node and the browser

11 lines (9 loc) 124 B
var schema = { type: 'object', fields: { instance: { type: function(){} } } } module.exports = schema;