UNPKG

rolldown

Version:

Fast JavaScript/TypeScript bundler in Rust with Rollup-compatible API.

5 lines (4 loc) 316 B
import { BindingRenderedChunk } from '../binding'; import { RenderedChunk } from '../types/rolldown-output'; export declare function transformRenderedChunk(chunk: BindingRenderedChunk): RenderedChunk; export declare function transformChunkModules(modules: BindingRenderedChunk['modules']): RenderedChunk['modules'];