Skip to content

Commit

Permalink
fixup! typings: add types for "http_parser" and "options" bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
targos committed Apr 18, 2021
1 parent 1d33306 commit 7298f99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typings/internalBinding/http_parser.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ declare namespace InternalHttpParserBinding {
): void;
pause(): void;
resume(): void;
consume(stream: object);
consume(stream: object): void;
unconsume(): void;
getCurrentBuffer(): Buffer;
}
Expand Down

0 comments on commit 7298f99

Please sign in to comment.