UNPKG

@genexus/web-standard-functions

Version:

GeneXus JavaScript standard functions library for web generators

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