UNPKG

prepack

Version:

Execute a JS bundle, serialize global state and side effects to a snapshot that can be quickly restored.

14 lines (10 loc) 303 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = function (realm) { return (0, _TypedArray.build)(realm, "Int16"); }; var _index = require("../../values/index.js"); var _TypedArray = require("./TypedArray.js"); //# sourceMappingURL=Int16Array.js.map