3 lines
146 B
TypeScript
Executable File
3 lines
146 B
TypeScript
Executable File
import type webpack from 'webpack';
|
|
export declare function stringifyRequest(loaderContext: webpack.LoaderContext<any>, request: string): string;
|