| Current Path : /var/www/html/reddsis/node_modules/underscore/cjs/ |
| Current File : /var/www/html/reddsis/node_modules/underscore/cjs/isUndefined.js |
// Is a given variable undefined?
function isUndefined(obj) {
return obj === void 0;
}
module.exports = isUndefined;