@electron/packager
    Preparing search index...

    Type Alias IgnoreFunction

    IgnoreFunction: (path: string) => 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: string): boolean
      • Parameters

        • path: string

        Returns boolean