UNPKG

@genexus/web-standard-functions

Version:

GeneXus JavaScript standard functions library for web generators

8 lines 147 B
/** * Returns the "new line" string * @return {string} */ export const newLine = () => { return "\n"; }; //# sourceMappingURL=newline.js.map