‘liusuyi’
2023-11-03 e98fb13c21fe5e3d03eaaa5e26e3597ba49e9d0e
1
2
3
export declare type Pattern = string;
export declare type PatternRe = RegExp;
export declare type PatternsGroup = Record<string, Pattern[]>;