UNPKG

@genexus/web-standard-functions

Version:

GeneXus JavaScript standard functions library for web generators

8 lines 205 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.link = void 0; const link = (url) => { location.href = url; }; exports.link = link; //# sourceMappingURL=link.js.map