@genexus/web-standard-functions
Version:
GeneXus JavaScript standard functions library for web generators
13 lines • 494 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.stdToGeneratorPublishedMessage = void 0;
exports.notImplemented = notImplemented;
exports.notSupported = notSupported;
function notImplemented(funName = "Function") {
console.log(funName + " not yet implemented");
}
function notSupported() {
console.log("Function or method not supported");
}
exports.stdToGeneratorPublishedMessage = "gx-standard-api-to-generator";
//# sourceMappingURL=helpers.js.map