UNPKG

@genexus/web-standard-functions

Version:

GeneXus JavaScript standard functions library for web generators

6 lines (5 loc) 105 B
/** * Returns the "new line" string * @return {string} */ export declare const newLine: () => string;