UNPKG

util-ex

Version:

Browser-friendly enhanced util fully compatible with standard node.js

12 lines (11 loc) 264 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; exports.isNullOrUndefined = isNullOrUndefined; function isNullOrUndefined(arg) { return arg == null; } ; var _default = exports.default = isNullOrUndefined;