blob: 474f7fd96bd974cf78063ffe19615fbd4b869e75 [file] [log] [blame]
export declare type Pattern = string;
export declare type PatternRe = RegExp;
export declare type PatternsGroup = Record<string, Pattern[]>;