UNPKG

@genexus/web-standard-functions

Version:

GeneXus JavaScript standard functions library for web generators

13 lines 316 B
"use strict"; /** * Assigns the empty value in an attribute or variable * @param target * @return string */ Object.defineProperty(exports, "__esModule", { value: true }); exports.setEmpty = void 0; const setEmpty = (target) => { return ""; }; exports.setEmpty = setEmpty; //# sourceMappingURL=setEmpty.js.map