UNPKG

ucbuilder

Version:

:Shree Ganeshay Namah: new way app design

9 lines (8 loc) 244 B
export declare class patternMatcher { prePattern: RegExp; centerPattern: RegExp; postPattern: RegExp; pattern: RegExp; constructor(prePattern: RegExp, centerPattern: RegExp, postPattern: RegExp); concatRegexp(): void; }