UNPKG

async-validate

Version:

Asynchronous validation for node and the browser

13 lines (11 loc) 246 B
var Component = require('../component') , schema = { type: 'object', fields: { prop: { type: [Boolean, 'string', Component, function(){}], required: true } } } module.exports = schema;