UNPKG

obey

Version:

Data modelling and validation library

10 lines (8 loc) 172 B
const boolean = { default: context => { if (typeof context.value !== 'boolean') { context.fail('Value must be a boolean') } } } module.exports = boolean