biofriction-wp-theme/node_modules/fast-glob/out/types/patterns.d.ts

4 lines
141 B
TypeScript

export declare type Pattern = string;
export declare type PatternRe = RegExp;
export declare type PatternsGroup = Record<string, Pattern[]>;