• Represents a function that processes file patterns.

    Parameters

    • File: string[]

      An array of file patterns to be processed. Each pattern can include wildcards (*) to match multiple files.

    • OptionalOption: {
          Folder?: string;
      }
      • OptionalFolder?: string

        A string representing the Folder option.

    Returns Promise<void>