funthreads
Advanced tools
Comparing version 2.0.1 to 2.0.2
@@ -6,2 +6,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.executeInThread = void 0; | ||
const worker_1 = __importDefault(require("./worker/worker")); | ||
@@ -13,2 +14,3 @@ const metadata_1 = require("./worker/metadata"); | ||
}; | ||
exports.default = executeInThread; | ||
exports.executeInThread = executeInThread; | ||
exports.default = exports.executeInThread; |
{ | ||
"name": "funthreads", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "A lightweight tool built on top of Node.js worker_threads, enabling multithreading.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
12431
188