isFileExcludedByConfig(
fileName,config):boolean
Defined in: config/index.ts:39
Test if a file is excluded by the given config, taking config.force flag into account.
The file name will be normalized to use / as path separator before matching.
string
boolean