prepack
Version:
Execute a JS bundle, serialize global state and side effects to a snapshot that can be quickly restored.
14 lines (10 loc) • 307 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = function (realm) {
return (0, _TypedArray.build)(realm, "Float32");
};
var _index = require("../../values/index.js");
var _TypedArray = require("./TypedArray.js");
//# sourceMappingURL=Float32Array.js.map