Skip to content

Commit

Permalink
Add isDelimited to BinaryReader (#60066)
Browse files Browse the repository at this point in the history
  • Loading branch information
tatethurston committed Apr 28, 2022
1 parent 8f8a0c7 commit a7629d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/google-protobuf/index.d.ts
Expand Up @@ -242,6 +242,7 @@ export class BinaryReader {
getBuffer(): Uint8Array;
getFieldNumber(): number;
getWireType(): BinaryConstants.WireType;
isDelimited(): boolean;
isEndGroup(): boolean;
getError(): boolean;
setBlock(bytes?: ByteSource, start?: number, length?: number): void;
Expand Down

0 comments on commit a7629d0

Please sign in to comment.