Revamping to matrix style
This commit is contained in:
3
node_modules/@volar/language-service/lib/utils/uriMap.d.ts
generated
vendored
Normal file
3
node_modules/@volar/language-service/lib/utils/uriMap.d.ts
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
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