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