UNPKG

async-validate

Version:

Asynchronous validation for node and the browser

12 lines (10 loc) 220 B
var Component = require('../component') , schema = { type: 'object', fields: { prop: { type: [Boolean, 'string', Component, function(){}] } } } module.exports = schema;