refactor: cleanup eslint configuration
[poolifier.git] / examples / typescript / http-server-pool / fastify-worker_threads / @types / fastify / index.d.ts
index 93fb69eb806a7a112aebe7a72a9fbc2ef1df49f3..73f8b0715963679fe64a722fae3bbecd5042cdac 100644 (file)
@@ -1,6 +1,8 @@
 import type { TransferListItem } from 'node:worker_threads'
+
 import type * as fastify from 'fastify'
 import type { DynamicThreadPool } from 'poolifier'
+
 import type { WorkerData, WorkerResponse } from '../../src/types.ts'
 
 declare module 'fastify' {