Sign in
◑
Theme
chromium
/
external
/
github.com
/
protocolbuffers
/
protobuf-javascript
/
edcf43589f245f7425a29fc566e999f9be8bb0c8
/
.
/
binary
/
encoder_alias.js
blob: 187507fa87ed306d3c7eadbb873bd0a1b819191b [
file
]
/**
* @fileoverview Legacy alias for the old namespace used by encoder.js
*/
goog
.
module
(
'jspb.BinaryEncoder'
);
goog
.
module
.
declareLegacyNamespace
();
const
{
BinaryEncoder
}
=
goog
.
require
(
'jspb.binary.encoder'
);
exports
=
BinaryEncoder
;