UNPKG

156 BJavaScriptView Raw
1'use strict';
2
3Object.defineProperty(exports, '__esModule', { value: true });
4
5const nullish = x => x === null || x === void 0;
6
7exports.nullish = nullish;