BettererFilePatterns
API > @betterer/betterer > BettererFilePatterns
An array of Regular Expressions that match file paths that will be excluded from an operation.
Signature
export declare type BettererFilePatterns = ReadonlyArray<RegExp | ReadonlyArray<RegExp>>;
Remarks
- Can contain nested arrays, which will be flattened.