UNPKG

@genexus/web-standard-functions

Version:

GeneXus JavaScript standard functions library for web generators

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