prepack
Version:
Execute a JS bundle, serialize global state and side effects to a snapshot that can be quickly restored.
12 lines (9 loc) • 308 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = function (realm, obj) {
(0, _TypedArrayPrototype.build)(realm, obj, "Uint8Clamped");
};
var _TypedArrayPrototype = require("./TypedArrayPrototype.js");
//# sourceMappingURL=Uint8ClampedArrayPrototype.js.map