rolldown
Version:
Fast JavaScript/TypeScript bundler in Rust with Rollup-compatible API.
10 lines (9 loc) • 370 B
text/typescript
import { n as ConfigExport, t as defineConfig } from "./shared/define-config-Czc1YEBi.mjs";
import "./shared/binding-CCMrV5an.mjs";
//#region src/utils/load-config.d.ts
declare function loadConfig(configPath: string): Promise<ConfigExport>;
//#endregion
//#region src/config.d.ts
declare const VERSION: string;
//#endregion
export { VERSION, defineConfig, loadConfig };