跳到正文

Type Alias: TransformResult

ts
type TransformResult =
  | undefined
  | null
  | void
  | T
  | string
  | (Omit<SourceDescription, 'code'> & object)

Defined in: node_modules/.pnpm/rolldown@1.0.0-rc.1/node_modules/rolldown/dist/shared/define-config-DO4TBkJV.d.mts:2422

Released under the MIT License.