Sign in
chromium
/
external
/
github.com
/
protocolbuffers
/
protobuf-javascript
/
34756fc2ea7bd55f04c47dc9094bd57a6b33ef05
/
.
/
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
;