File size: 148 Bytes
1e92f2d |
1 2 3 4 5 6 |
"use strict";
// src/primitives/index.js
var import_load = require("./load");
module.exports = (0, import_load.load)({ WeakRef: global.WeakRef });
|
1e92f2d |
1 2 3 4 5 6 |
"use strict";
// src/primitives/index.js
var import_load = require("./load");
module.exports = (0, import_load.load)({ WeakRef: global.WeakRef });
|