jccp_a/vuepress/node_modules/unplugin/dist/webpack/loaders/load.d.cts
hellcat ac91e1fbe4 1
2025-11-12 17:57:30 +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;