[Dockerode] Fix Dockerode.getNode return type

This commit is contained in:
Mikael Peigney 2017-02-09 23:59:21 +01:00
parent 63784168b3
commit 3189feae7c

View File

@ -578,7 +578,7 @@ declare class Dockerode {
getTask(id: string): Dockerode.Task;
getNode(id: string): Node;
getNode(id: string): Dockerode.Node;
getNetwork(id: string): Dockerode.Network;
@ -640,4 +640,4 @@ declare class Dockerode {
modem: any;
}
export = Dockerode;
export = Dockerode;