Sign in
chromium
/
external
/
github.com
/
protocolbuffers
/
protobuf-javascript
/
refs/heads/main
/
.
/
binary
/
reader_alias.js
blob: c19d10480df6dbd5790787473dad84d19ac5fd90 [
file
] [
log
] [
blame
] [
edit
]
/**
* @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
;