UNPKG

lml-main

Version:

This is now a mono repository published into many standalone packages.

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