fuc-new/doc/node_modules/unplugin/dist/webpack/loaders/load.d.cts
hellcat 6adbc04d4b 1
2025-10-03 17:17:08 +08:00

5 lines
186 B
TypeScript

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;