We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
any
1 parent 0f9b1cc commit 650696fCopy full SHA for 650696f
1 file changed
index.d.ts
@@ -52,7 +52,7 @@ export type PipeStderr = Pipe | NodeJS.WritableStream;
52
53
export namespace Bluebird {
54
interface Promise<T> extends _Promise<T> {
55
- timeout(number): Bluebird.Promise<T>;
+ timeout(milliseconds: number): Bluebird.Promise<T>;
56
}
57
58
0 commit comments