makearmy-app/node_modules/next/dist/build/webpack/stringify-request.d.ts

3 lines
146 B
TypeScript
Raw Normal View History

2025-09-22 10:37:53 -04:00
import type webpack from 'webpack';
export declare function stringifyRequest(loaderContext: webpack.LoaderContext<any>, request: string): string;