rolldown
Version:
Fast JavaScript/TypeScript bundler in Rust with Rollup-compatible API.
5 lines (4 loc) • 316 B
TypeScript
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'];