@playform/build - v0.3.0
    Preparing search index...

    Interface Interface

    • 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: { ESBuild?: string; TypeScript?: string; Watch?: boolean; Exclude?: string[] }

        An optional object that can contain two properties.

        • OptionalESBuild?: string

          A string representing the ESBuild option.

        • OptionalTypeScript?: string

          A string representing the TypeScript option.

        • OptionalWatch?: boolean
        • OptionalExclude?: string[]

      Returns Promise<void>