Sign in
chromium
/
external
/
github.com
/
protocolbuffers
/
protobuf-javascript
/
refs/heads/main
/
.
/
binary
/
decoder_alias.js
blob: 42367e9f0ca973cbf9dfd3cdd7c2d6d21adb59e8 [
file
] [
log
] [
blame
] [
edit
]
/**
* @fileoverview Legacy alias for the old namespace used by encoder.js
*/
goog
.
module
(
'jspb.BinaryDecoder'
);
goog
.
module
.
declareLegacyNamespace
();
const
{
BinaryDecoder
}
=
goog
.
require
(
'jspb.binary.decoder'
);
exports
=
BinaryDecoder
;