Skip to content

Commit 7298f99

Browse files
committed
fixup! typings: add types for "http_parser" and "options" bindings
1 parent 1d33306 commit 7298f99

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

typings/internalBinding/http_parser.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ declare namespace InternalHttpParserBinding {
3030
): void;
3131
pause(): void;
3232
resume(): void;
33-
consume(stream: object);
33+
consume(stream: object): void;
3434
unconsume(): void;
3535
getCurrentBuffer(): Buffer;
3636
}

0 commit comments

Comments
 (0)