Type alias IgnoreFunction

IgnoreFunction: ((path) => boolean)

A predicate function that, given an absolute file path, returns true if the file should be ignored, or false if the file should be kept. This does not use any of the default ignored files/directories listed for the ignore option.

Type declaration

    • (path): boolean
    • Parameters

      • path: string

      Returns boolean