mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-08 15:55:15 +01:00
Remove extraneuous declare
This commit is contained in:
Vendored
+1
-1
@@ -6,7 +6,7 @@
|
||||
|
||||
export type ErrorCallback = (error: any) => void;
|
||||
|
||||
export declare class Promise<T = any> {
|
||||
export class Promise<T = any> {
|
||||
constructor(
|
||||
executor: (
|
||||
resolve: (value: T | PromiseLike<T>) => void,
|
||||
|
||||
Reference in New Issue
Block a user