ProgressPluginArgument: ProgressPluginOptions | ((percentage, msg, ...args) => void)

Type declaration

    • (percentage, msg, ...args): void
    • Parameters

      • percentage: number
      • msg: string
      • Rest ...args: string[]

      Returns void

Generated using TypeDoc