fast-worker-channel
Version:
High-performance communication channels for Node.js worker threads
8 lines • 354 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Channel = void 0;
const port_1 = require("./src/port");
var port_2 = require("./src/port");
Object.defineProperty(exports, "Channel", { enumerable: true, get: function () { return port_2.Channel; } });
exports.default = port_1.Channel;
//# sourceMappingURL=index.js.map