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; }