UNPKG

@brizy/ui

Version:
6 lines (5 loc) 192 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isNothing = void 0; const isNothing = (t) => t === undefined || t === null; exports.isNothing = isNothing;