Skip to content

Type Alias: ConfigExport

ts
type ConfigExport =
  | RolldownOptions
  | RolldownOptions[]
  | RolldownOptionsFunction

Defined in: node_modules/.pnpm/[email protected]/node_modules/rolldown/dist/shared/define-config-kYHtCO-M.d.mts:1667

Type for default export of rolldown.config.js file.

Released under the MIT License.