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