UNPKG

299 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3// isFinite,
4var isNil = function (value) {
5 /**
6 * isNil(null) => true
7 * isNil() => true
8 */
9 return value === null || value === undefined;
10};
11exports.default = isNil;
12//# sourceMappingURL=is-nil.js.map
\No newline at end of file