UNPKG

@ozen-ui/kit

Version:

React component library

8 lines (7 loc) 208 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isNotNil = void 0; var isNotNil = function (p) { return p !== undefined && p !== null; }; exports.isNotNil = isNotNil;