UNPKG

@miniu/core-js

Version:
6 lines (5 loc) 169 B
require('./_typed-array')('Int8', 1, function (init) { return function Int8Array(data, byteOffset, length) { return init(this, data, byteOffset, length); }; });