UNPKG
care-js
Version:
latest (3.3.4)
3.3.4
Standard library
care-js
/
es
/
typed-array
/
float64-array.js
6 lines
(4 loc)
•
164 B
JavaScript
View Raw
1
2
3
4
5
6
require
(
'../../modules/es.typed-array.float64-array'
);
require
(
'./methods'
);
var
global
=
require
(
'../../internals/global'
);
module
.
exports
=
global
.
Float64Array
;