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.abs = void 0; const abs = (value) => { return Math.abs(value); }; exports.abs = abs; //# sourceMappingURL=abs.js.map