Sign in
chromium
/
external
/
github.com
/
protocolbuffers
/
protobuf-javascript
/
4a683cdb0f40256df08eb89546be303cc5a1b8ea
/
.
/
binary
/
reader_alias.js
blob: c19d10480df6dbd5790787473dad84d19ac5fd90 [
file
]
/**
* @fileoverview Legacy alias for the old namespace used by reader.js
*/
goog
.
module
(
'jspb.BinaryReader'
);
goog
.
module
.
declareLegacyNamespace
();
const
{
BinaryReader
}
=
goog
.
require
(
'jspb.binary.reader'
);
exports
=
BinaryReader
;