UNPKG

@rspack/core

Version:

The fast Rust-based web bundler with webpack-compatible API

11 lines (10 loc) 291 B
import * as rspackExports from "./exports"; import { rspack as rspackFn } from "./rspack"; type Rspack = typeof rspackFn & typeof rspackExports & { rspack: Rspack; webpack: Rspack; }; declare const rspack: Rspack; export * from "./exports"; export default rspack; export { rspack };