UNPKG

util-ex

Version:

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

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