Skip to content

Commit 650696f

Browse files
huanRyan Munro
authored andcommitted
fix(types): get rid of any declaration. (#12)
1 parent 0f9b1cc commit 650696f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export type PipeStderr = Pipe | NodeJS.WritableStream;
5252

5353
export namespace Bluebird {
5454
interface Promise<T> extends _Promise<T> {
55-
timeout(number): Bluebird.Promise<T>;
55+
timeout(milliseconds: number): Bluebird.Promise<T>;
5656
}
5757
}
5858

0 commit comments

Comments
 (0)