Comment cleanup
[poolifier.git] / src / pools / cluster / fixed.ts
index 9844c4a8a912570c10043e4980b8bb3113aab6f1..971116bc27cfbd3cd470faa83a904a3949984920 100644 (file)
@@ -1,7 +1,8 @@
-import cluster, { Worker } from 'cluster'
+import type { Worker } from 'cluster'
+import cluster from 'cluster'
 import type { MessageValue } from '../../utility-types'
-import type { PoolOptions } from '../abstract-pool'
 import { AbstractPool } from '../abstract-pool'
+import type { PoolOptions } from '../pool'
 import { PoolType } from '../pool-internal'
 
 /**