refactor: cleanup type import
[poolifier.git] / src / worker / abstract-worker.ts
index bf81a9f2432ff81606f7c10536c6ce338f16f066..6a7a43259f11392fc764bf74e4cada6e20bc6518 100644 (file)
@@ -3,7 +3,7 @@ import type { Worker } from 'node:cluster'
 import type { MessagePort } from 'node:worker_threads'
 import type { MessageValue } from '../utility-types'
 import { EMPTY_FUNCTION } from '../utils'
-import { type KillBehavior, type WorkerOptions } from './worker-options'
+import type { KillBehavior, WorkerOptions } from './worker-options'
 import { KillBehaviors } from './worker-options'
 
 const DEFAULT_MAX_INACTIVE_TIME = 60000