UNPKG

reka-ui

Version:

Vue port for Radix UI Primitives.

14 lines (12 loc) 274 B
//#region src/shared/nullish.ts function isNullish(value) { return value === null || value === void 0; } //#endregion Object.defineProperty(exports, 'isNullish', { enumerable: true, get: function () { return isNullish; } }); //# sourceMappingURL=nullish.cjs.map