UNPKG

rolldown

Version:

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

10 lines (9 loc) 360 B
import "./shared/binding-DQk9TN_A.cjs"; import { ConfigExport, defineConfig } from "./shared/define-config-B3QOs3Kt.cjs"; //#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 };