UNPKG

tcomb

Version:

Type checking and DDD for JavaScript

3 lines 76 B
module.exports = function isNil(x) { return x === null || x === void 0; };