UNPKG

@genexus/web-standard-functions

Version:

GeneXus JavaScript standard functions library for web generators

9 lines 194 B
/** * Assigns the empty value in an attribute or variable * @param target * @return boolean */ export const setEmpty = (target) => { return false; }; //# sourceMappingURL=setEmpty.js.map