UNPKG

@genexus/web-standard-functions

Version:

GeneXus JavaScript standard functions library for web generators

8 lines 133 B
/** * @param value * @return boolean */ export const isNull = (value) => { return false; }; //# sourceMappingURL=isNull.js.map