UNPKG

@ablestack/rdo

Version:

A library to facilitate building and running graphs of Reactive Domain Objects - connecting JSON data sources to reactive client applications

8 lines 292 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isNullOrUndefined = void 0; function isNullOrUndefined(item) { return item === null || item === undefined; } exports.isNullOrUndefined = isNullOrUndefined; //# sourceMappingURL=global.utils.js.map