Project Init

This commit is contained in:
Muluhabt
2026-05-29 15:23:46 +03:00
commit 2fbc557aac
67387 changed files with 6063341 additions and 0 deletions

10
node_modules/@rspack/core/dist/index.d.ts generated vendored Normal file
View File

@@ -0,0 +1,10 @@
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 };