UNPKG

mam-project-templates

Version:
14 lines (10 loc) 184 B
'use strict'; /*! * ignore */ module.exports = function(val) { if (typeof val !== 'boolean') { throw new Error('$exists parameter must be a boolean!'); } return val; };