UNPKG

@genexus/web-standard-functions

Version:

GeneXus JavaScript standard functions library for web generators

13 lines 311 B
"use strict"; /** * Copy a string from other * @param source * @return string */ Object.defineProperty(exports, "__esModule", { value: true }); exports.fromString = void 0; const fromString = (target, source) => { return source; }; exports.fromString = fromString; //# sourceMappingURL=fromString.js.map