UNPKG

@genexus/web-standard-functions

Version:

GeneXus JavaScript standard functions library for web generators

9 lines 239 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.testCases = void 0; // Boolean::IsEmpty test cases exports.testCases = [ [false, true], [true, false] ]; //# sourceMappingURL=isempty-cases.js.map