@genexus/web-standard-functions
Version:
GeneXus JavaScript standard functions library for web generators
8 lines • 309 B
JavaScript
export function notImplemented(funName = "Function") {
console.log(funName + " not yet implemented");
}
export function notSupported() {
console.log("Function or method not supported");
}
export const stdToGeneratorPublishedMessage = "gx-standard-api-to-generator";
//# sourceMappingURL=helpers.js.map