Skip to content

Type Alias: RolldownPluginOption<A>

ts
type RolldownPluginOption<A> = MaybePromise<
  | NullValue<RolldownPlugin<A>>
  | {
      name: string
    }
  | false
  | RolldownPluginOption[]
>

Defined in: node_modules/.pnpm/[email protected]/node_modules/rolldown/dist/shared/define-config-Cg9apQLa.d.mts:1392

Type Parameters

A

A = any

Released under the MIT License.