UNPKG

@qrvey/formula-lang

Version:

QFormula support for qrvey projects

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