mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 20:52:56 +01:00
5 lines
207 B
TypeScript
5 lines
207 B
TypeScript
declare module 'loader-utils' {
|
|
export function interpolateName(loaderContext: any, name: string, options?: any): string;
|
|
|
|
export function stringifyRequest(loaderContext: any, resource: string): string;
|
|
}
|