Type Alias GulpPluginOptions

GulpPluginOptions: Partial<
    { binary: string; mode: "fast"
    | "safe"; silent: boolean },
>

Defines the options of a GulpPlugin instance.