From 44703dc2137a5831a13fcc8254103dc1cd2e202f Mon Sep 17 00:00:00 2001 From: Alessandro Pio Ardizio Date: Mon, 20 Jan 2020 09:23:44 +0100 Subject: [PATCH] Update index.js --- index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.js b/index.js index c2d4c91e..3479a36c 100644 --- a/index.js +++ b/index.js @@ -1 +1,3 @@ module.exports.FixedThreadPool = require('./lib/fixed') +module.exports.DynamicThreadPool = require('./lib/dynamic) +module.exports.ThreadWorker = require('./lib/workers').ThreadWorker -- 2.34.1