UNPKG
@miniu/core-js
Version:
latest (2.6.12)
2.6.12
Standard library
github.com/zloirock/core-js
zloirock/core-js
@miniu/core-js
/
modules
/
es6.typed.uint32-array.js
6 lines
(5 loc)
•
173 B
JavaScript
View Raw
1
2
3
4
5
6
require(
'./_typed-array'
)(
'Uint32'
,
4
, function (
init
) {
return
function Uint32Array(
data
, byteOffset, length) {
return
init
(
this
,
data
, byteOffset, length); }; });