Class: Filter

jsdoc/src/filter.Filter

new Filter(opts)

Parameters:
Name Type Description
opts object
Properties
Name Type Description
exclude Array.<string> Specific files to exclude.
includePattern string | RegExp
excludePattern string | RegExp
Source:

Methods

isIncluded(filepath) → {boolean}

Parameters:
Name Type Description
filepath string The filepath to check.
Source:
Returns:
Should the given file be included?
Type
boolean