UNPKG

@genexus/web-standard-functions

Version:

GeneXus JavaScript standard functions library for web generators

9 lines (8 loc) 257 B
export declare class GxRegEx { errCode: number; errDescription: string; private static currentInstance; constructor(errCode: number, errDescription: string); static getLastErrCode(): number; static getLastErrDescription(): string; }