UNPKG

async-validate

Version:

Asynchronous validation for node and the browser

12 lines (10 loc) 189 B
var Component = require('../component') , schema = { type: 'object', fields: { instance: { type: Component } } } module.exports = schema;