rolldown
Version:
Fast JavaScript/TypeScript bundler in Rust with Rollup-compatible API.
11 lines (10 loc) • 408 B
text/typescript
import "./shared/utils-BJWI2OzT.mjs";
import "./shared/binding-lSvYApx7.mjs";
import { n as ConfigExport, t as defineConfig } from "./shared/define-config-CXCkQG1z.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 };