Merge pull request #2164 from poolifier/dependabot/npm_and_yarn/tatami-ng-0.3.0
[poolifier.git] / src / utility-types.ts
index 5d2376cc585d710a62150b8cb93b1a7a9cfa63da..c7663606cf86afe67f84d6f25d831d567b5bab3f 100644 (file)
@@ -1,7 +1,8 @@
+import type { AsyncResource } from 'node:async_hooks'
 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.