UNPKG

70 BJavaScriptView Raw
1const nullish = x => x === null || x === void 0;
2
3export { nullish };