rolldown
Version:
Fast JavaScript/TypeScript bundler in Rust with Rollup-compatible API.
10 lines (9 loc) • 360 B
text/typescript
import "./shared/binding-CFhvYkVn.mjs";
import { ConfigExport, defineConfig } from "./shared/define-config-DtlZ1GSS.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 };