feat: init
This commit is contained in:
6
node_modules/unplugin/dist/rspack/loaders/load.d.mts
generated
vendored
Normal file
6
node_modules/unplugin/dist/rspack/loaders/load.d.mts
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
import { LoaderContext } from "@rspack/core";
|
||||
|
||||
//#region src/rspack/loaders/load.d.ts
|
||||
declare function load(this: LoaderContext, source: string, map: any): Promise<void>;
|
||||
//#endregion
|
||||
export { load as default };
|
||||
Reference in New Issue
Block a user