UNPKG

@genexus/web-standard-functions

Version:

GeneXus JavaScript standard functions library for web generators

12 lines 253 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isNull = void 0; /** * @param value * @return boolean */ const isNull = (value) => { return false; }; exports.isNull = isNull; //# sourceMappingURL=isNull.js.map