Skip to content

Type Alias: TsdownChunks

ts
type TsdownChunks = Partial<
  Record<NormalizedFormat, (OutputChunk | OutputAsset)[]>
>;

Defined in: src/features/exports.ts:10

Released under the MIT License.