跳到正文

Type Alias: TransformResult

ts
type TransformResult =
  | NullValue
  | string
  | (Omit<SourceDescription, 'code'> & object)

Defined in: node_modules/.pnpm/rolldown@1.0.0-beta.57/node_modules/rolldown/dist/shared/define-config-kYHtCO-M.d.mts:1057

Released under the MIT License.