UNPKG

@genexus/web-standard-functions

Version:

GeneXus JavaScript standard functions library for web generators

8 lines 241 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.urlDecode = void 0; const urlDecode = (url) => { return decodeURIComponent(url); }; exports.urlDecode = urlDecode; //# sourceMappingURL=urlDecode.js.map