1var root = require('./_root'); 2 3/** Built-in value references. */ 4var Uint8Array = root.Uint8Array; 5 6module.exports = Uint8Array; 7
1var root = require('./_root'); 2 3/** Built-in value references. */ 4var Uint8Array = root.Uint8Array; 5 6module.exports = Uint8Array; 7