/node_modules/babel-polyfill/node_modules/core-js/library/modules/es6.typed.int8-array.js

https://bitbucket.org/worklabschd/bingle_customer2 · JavaScript · 5 lines · 5 code · 0 blank · 0 comment · 0 complexity · c11d9c777aaff36ce84365f76fb61928 MD5 · raw file

  1. require('./_typed-array')('Int8', 1, function (init) {
  2. return function Int8Array(data, byteOffset, length) {
  3. return init(this, data, byteOffset, length);
  4. };
  5. });