BettererOptionsExcludes
API > @betterer/betterer > BettererOptionsExcludes
A string or Regular Expression to match file paths that should be excluded from an operation, or an array of them.
Signature
export declare type BettererOptionsExcludes = Array<string | RegExp> | string | RegExp;