UNPKG

141 BTypeScriptView Raw
1export declare type Pattern = string;
2export declare type PatternRe = RegExp;
3export declare type PatternsGroup = Record<string, Pattern[]>;