UNPKG

@genexus/web-standard-functions

Version:

GeneXus JavaScript standard functions library for web generators

8 lines 181 B
/** * Returns wether the received parameter is the empty value or not * @param b */ export const isEmpty = (b) => { return b === false; }; //# sourceMappingURL=isEmpty.js.map