Files
antrean-anjungan/examples/nuxt3-websocket-client/node_modules/unplugin/dist/webpack/loaders/load.d.cts
T
2025-09-18 19:01:22 +07: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;