fix: add missing crypto import
[poolifier.git] / src / worker / abstract-worker.ts
index c71ff297e2485151a89f470c3c9eb4712122a83a..1f42a90bcf073e514a0acf2eec4fa4f04fdb0aea 100644 (file)
@@ -1,6 +1,6 @@
-import { AsyncResource } from 'async_hooks'
-import type { Worker } from 'cluster'
-import type { MessagePort } from 'worker_threads'
+import { AsyncResource } from 'node:async_hooks'
+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 {