_Uint8Array.js 130 B

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