blob: 2815ee5a3e5f3ce1f1def2f8c08fedccfb81dd54 [file] [log] [blame] [edit]
/**
* @fileoverview Legacy alias for the old namespace used by encoder.js
*/
goog.module('jspb.ByteSource');
goog.module.declareLegacyNamespace();
const { ByteSource } = goog.require('jspb.binary.bytesource');
exports = ByteSource;