UNPKG

@genexus/web-standard-functions

Version:

GeneXus JavaScript standard functions library for web generators

9 lines 179 B
/** * Copy a string from other * @param source * @return string */ export const fromString = (target, source) => { return source; }; //# sourceMappingURL=fromString.js.map