mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Fix return type of PullDecl.isRootDecl: void -> boolean
This commit is contained in:
+2
-2
@@ -5640,7 +5640,7 @@ declare module TypeScript {
|
||||
public hasBeenBound(): boolean;
|
||||
public isSynthesized(): boolean;
|
||||
public ast(): AST;
|
||||
public isRootDecl(): void;
|
||||
public isRootDecl(): boolean;
|
||||
}
|
||||
class RootPullDecl extends PullDecl {
|
||||
private _isExternalModule;
|
||||
@@ -9317,4 +9317,4 @@ declare module TypeScript.Services {
|
||||
|
||||
declare module 'typescript-services' {
|
||||
export = TypeScript;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user