X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2Ftypescript%2Fhttp-client-pool%2Fsrc%2Fmain.ts;fp=examples%2Ftypescript%2Fhttp-client-pool%2Fsrc%2Fmain.ts;h=41028e630fca19b8759790d8bfb5c30b5e773c9a;hb=ef083f7bb73616d1bd9d9069471edcf6dbaec0c7;hp=8217434fddd4af8cf4b3c6b3a2722c373bda2494;hpb=51e49c70379025e6709ae33e5cb4bf91b22ccc41;p=poolifier.git diff --git a/examples/typescript/http-client-pool/src/main.ts b/examples/typescript/http-client-pool/src/main.ts index 8217434f..41028e63 100644 --- a/examples/typescript/http-client-pool/src/main.ts +++ b/examples/typescript/http-client-pool/src/main.ts @@ -1,6 +1,6 @@ import { availableParallelism } from 'poolifier' import { httpClientPool } from './pool.js' -import { type WorkerResponse } from './types.js' +import type { WorkerResponse } from './types.js' const parallelism = availableParallelism() * 2 const requestUrl = 'http://localhost:8080/'