feat: initial work at bundling ESM and CommonJS
[poolifier.git] / src / pools / abstract-pool.ts
index 695c43b30d3f6697a5407a60ff3ceeca05248350..32b4d983859c3f7fd0ce9354116ed9fcb5d05c53 100644 (file)
@@ -3,7 +3,7 @@ import type {
   PromiseWorkerResponseWrapper
 } from '../utility-types'
 import { EMPTY_FUNCTION, EMPTY_OBJECT_LITERAL } from '../utils'
-import { isKillBehavior, KillBehaviors } from '../worker/worker-options'
+import { KillBehaviors, isKillBehavior } from '../worker/worker-options'
 import type { PoolOptions } from './pool'
 import { PoolEmitter } from './pool'
 import type { IPoolInternal, TasksUsage } from './pool-internal'