UNPKG

@genexus/web-standard-functions

Version:

GeneXus JavaScript standard functions library for web generators

9 lines 308 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isEmpty = void 0; const core_1 = require("../../date/core"); const isEmpty = (target) => { return target.getTime() === core_1.EMPTY_DATE_VALUE.getTime(); }; exports.isEmpty = isEmpty; //# sourceMappingURL=isEmpty.js.map