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) 305 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = function (realm) { return (0, _TypedArray.build)(realm, "Uint16"); }; var _index = require("../../values/index.js"); var _TypedArray = require("./TypedArray.js"); //# sourceMappingURL=Uint16Array.js.map