BettererFileGlobs
API > @betterer/betterer > BettererFileGlobs
An array of glob patterns that match file paths that will be included in an operation. All globs should be relative to the current .
Signature
export declare type BettererFileGlobs = ReadonlyArray<string | ReadonlyArray<string>>;
Remarks
- Can contain nested arrays, which will be flattened.