@genexus/web-standard-functions
Version:
GeneXus JavaScript standard functions library for web generators
13 lines • 315 B
JavaScript
;
/**
* Assigns the empty value in an attribute or variable
* @param target
* @return number
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.setEmpty = void 0;
const setEmpty = (target) => {
return 0;
};
exports.setEmpty = setEmpty;
//# sourceMappingURL=setEmpty.js.map