Files
asciidisco.com/build/node_modules/prepack/lib/intrinsics/ecma262/Float64Array.js
2023-08-01 13:49:46 +02:00

14 lines
307 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = function (realm) {
return (0, _TypedArray.build)(realm, "Float64");
};
var _index = require("../../values/index.js");
var _TypedArray = require("./TypedArray.js");
//# sourceMappingURL=Float64Array.js.map