blob: db009d51f29badf7032e2bb472ad864e7e59ab62 [file] [log] [blame] [edit]
goog.module('jspb.binary.bytesource');
/**
* The types convertible to Uint8Arrays. Strings are assumed to be
* base64-encoded.
* @typedef {?ArrayBuffer|?Uint8Array|?ReadonlyArray<number>|string}
*/
let ByteSource;
exports = {ByteSource};