Complete residential site build with Docker Compose & Gitea Actions deployment
This commit is contained in:
+3
@@ -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