UNPKG

assurance

Version:

Node validation/sanitization library with a handsome API

20 lines (18 loc) 305 B
module.exports = { name: 'john', age: 16, adult: false, likes: ['sports', 'music', 'coding'], arr: [{ a: 'b' }], schedule: { monday: ['school'], tuesday: ['sleep'], wednesday: { start: '10:30', end: '11:15' }, thursday: { start: 'ff' } } }