/node_modules/babel-polyfill/node_modules/core-js/library/modules/es6.typed.int32-array.js
https://bitbucket.org/worklabschd/bingle_customer2 · JavaScript · 5 lines · 5 code · 0 blank · 0 comment · 0 complexity · 09b6678fb31e1add02a4f41cd04281a9 MD5 · raw file
- require('./_typed-array')('Int32', 4, function (init) {
- return function Int32Array(data, byteOffset, length) {
- return init(this, data, byteOffset, length);
- };
- });