Skip to content

Type Alias: RolldownOptionsFunction()

ts
type RolldownOptionsFunction = (
  commandLineArguments,
) => MaybePromise<RolldownOptions | RolldownOptions[]>

Defined in: node_modules/.pnpm/rolldown@1.0.0-beta.55/node_modules/rolldown/dist/shared/define-config-MdVaFcie.d.mts:961

Parameters

commandLineArguments

Record<string, any>

Returns

MaybePromise< | RolldownOptions | RolldownOptions[]>

Released under the MIT License.