UNPKG

@genexus/web-standard-functions

Version:

GeneXus JavaScript standard functions library for web generators

12 lines 270 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.newLine = void 0; /** * Returns the "new line" string * @return {string} */ const newLine = () => { return "\n"; }; exports.newLine = newLine; //# sourceMappingURL=newline.js.map