refactor: cleanup type import
authorJérôme Benoit <jerome.benoit@sap.com>
Wed, 5 Apr 2023 12:54:41 +0000 (14:54 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Wed, 5 Apr 2023 12:54:41 +0000 (14:54 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
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