14 lines
301 B
JavaScript
14 lines
301 B
JavaScript
"use strict";
|
|
|
|
Object.defineProperty(exports, "__esModule", {
|
|
value: true
|
|
});
|
|
|
|
exports.default = function (realm) {
|
|
return (0, _TypedArray.build)(realm, "Int8");
|
|
};
|
|
|
|
var _index = require("../../values/index.js");
|
|
|
|
var _TypedArray = require("./TypedArray.js");
|
|
//# sourceMappingURL=Int8Array.js.map
|