Skip to content

Type Alias: RolldownPluginOption<A>

  • Type: RolldownPluginOption<A> = MaybePromise<NullValue<RolldownPlugin<A>> | { name: string; } | false | RolldownPluginOption[]>
Defined in: plugin/index.ts:330

Type Parameters

A

A = any

Released under the MIT License.