UNPKG

@genexus/web-standard-functions

Version:

GeneXus JavaScript standard functions library for web generators

9 lines 178 B
/** * Return a string from a given string * @param target * @return string */ export const toString = (target) => { return target; }; //# sourceMappingURL=toString.js.map