UNPKG

@genexus/web-standard-functions

Version:

GeneXus JavaScript standard functions library for web generators

13 lines 287 B
// Boolean::FromString test cases export const testCases = [ ["true", true], ["false", false], ["True", true], ["False", false], ["TRUE", true], ["FALSE", false], ["0", false], ["1", false], ["X", false] ]; //# sourceMappingURL=fromstring-cases.js.map