refactor: code cleanups
[poolifier.git] / examples / typescript / http-server-pool / fastify-worker_threads / src / fastify-poolifier.ts
index 450a2aeaf2c7fda086aa19d117c5af5c20636ed2..c031d287d34a640b368839fe8ef6936d47a6cf9a 100644 (file)
@@ -4,10 +4,10 @@ import type { FastifyPluginCallback } from 'fastify'
 import fp from 'fastify-plugin'
 import { availableParallelism, DynamicThreadPool } from 'poolifier'
 
-import {
-  type FastifyPoolifierOptions,
-  type WorkerData,
-  type WorkerResponse
+import type {
+  FastifyPoolifierOptions,
+  WorkerData,
+  WorkerResponse
 } from './types.js'
 
 const fastifyPoolifierPlugin: FastifyPluginCallback<FastifyPoolifierOptions> = (