Tcsm
2023-08-29 73949e79fdf76615209f72164f601a64a146729b
1
2
3
export declare type Pattern = string;
export declare type PatternRe = RegExp;
export declare type PatternsGroup = Record<string, Pattern[]>;