refactor: imports cleanup
[poolifier.git] / src / worker / cluster-worker.ts
index 49b0f984f3ca7a42721a79452da29eab34f09f22..0ff15cced17931de93638f41d38803ee59a8116b 100644 (file)
@@ -1,5 +1,4 @@
-import type { Worker } from 'node:cluster'
-import cluster from 'node:cluster'
+import cluster, { type Worker } from 'node:cluster'
 import type {
   MessageValue,
   TaskFunctions,