Merge dependabot/npm_and_yarn/examples/typescript/http-server-pool/express-cluster...
[poolifier.git] / src / utility-types.ts
index 5d2376cc585d710a62150b8cb93b1a7a9cfa63da..e407309a3d0e221a929a89a5d25cc84466a1e51e 100644 (file)
@@ -1,7 +1,7 @@
 import type { EventLoopUtilization } from 'node:perf_hooks'
 import type { MessagePort, TransferListItem } from 'node:worker_threads'
 import type { AsyncResource } from 'node:async_hooks'
-import type { KillBehavior } from './worker/worker-options'
+import type { KillBehavior } from './worker/worker-options.js'
 
 /**
  * Worker error.