aboutsummaryrefslogtreecommitdiff
path: root/node_modules/fast-glob/out/types/patterns.d.ts
blob: 96869fd10060c00cbab0380bd7b741b7efdc25cb (plain)
1
2
3
export declare type Pattern = string;
export declare type PatternRe = RegExp;
export declare type PatternsGroup = Record<string, Pattern[]>;