wilddragon-site/node_modules/next/dist/build/webpack/stringify-request.d.ts
2026-04-17 15:51:01 -04:00

2 lines
146 B
TypeScript
Executable file

import type webpack from 'webpack';
export declare function stringifyRequest(loaderContext: webpack.LoaderContext<any>, request: string): string;