6 lines
83 B
JavaScript
6 lines
83 B
JavaScript
exports = function(val) {
|
|
return val === void 0;
|
|
};
|
|
|
|
module.exports = exports;
|