Complete residential site build with Docker Compose & Gitea Actions deployment
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
import type * as ts from 'typescript';
|
||||
import type * as vscode from 'vscode-languageserver-protocol';
|
||||
export declare function isInsideRange(parent: vscode.Range, child: vscode.Range): boolean;
|
||||
export declare function isEqualRange(a: vscode.Range, b: vscode.Range): boolean;
|
||||
export declare function stringToSnapshot(str: string): ts.IScriptSnapshot;
|
||||
export declare function sleep(ms: number): Promise<unknown>;
|
||||
Reference in New Issue
Block a user