build(deps-dev): bump @types/node
[poolifier.git] / examples / typescript / http-client-pool / src / pool.ts
index 3d64150a8af14c161c4a005a044ad2b003bacad0..7fbb20d55ac803f0aac47dee1e287edccd234e63 100644 (file)
@@ -1,7 +1,7 @@
 import { fileURLToPath } from 'node:url'
 import { dirname, extname, join } from 'node:path'
 import { DynamicThreadPool, availableParallelism } from 'poolifier'
-import { type WorkerData, type WorkerResponse } from './types.js'
+import type { WorkerData, WorkerResponse } from './types.js'
 
 const workerFile = join(
   dirname(fileURLToPath(import.meta.url)),