This commit is contained in:
3
node_modules/@volar/language-service/lib/utils/uriMap.d.ts
generated
vendored
3
node_modules/@volar/language-service/lib/utils/uriMap.d.ts
generated
vendored
@@ -1,3 +0,0 @@
|
||||
import type { URI } from 'vscode-uri';
|
||||
export type UriMap<T> = ReturnType<typeof createUriMap<T>>;
|
||||
export declare function createUriMap<T>(caseSensitive?: boolean): Map<URI, T>;
|
||||
Reference in New Issue
Block a user