UNPKG

mongoose

Version:
14 lines (10 loc) 214 B
'use strict'; /*! * ignore */ module.exports = function(val) { if (typeof val !== 'number' && typeof val !== 'string') { throw new Error('$type parameter must be number or string'); } return val; };