X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2Ftypescript%2Fhttp-client-pool%2Fsrc%2Fworker.ts;h=63f77fd753ae02f7e5ac4d29b74a2065487347f5;hb=ef083f7bb73616d1bd9d9069471edcf6dbaec0c7;hp=b7c5962914cd0e0e8ab9604182232875c392c771;hpb=041dc05b2a95b36db72525072ba54c4c58ffcf0e;p=poolifier.git diff --git a/examples/typescript/http-client-pool/src/worker.ts b/examples/typescript/http-client-pool/src/worker.ts index b7c59629..63f77fd7 100644 --- a/examples/typescript/http-client-pool/src/worker.ts +++ b/examples/typescript/http-client-pool/src/worker.ts @@ -4,7 +4,7 @@ import nodeFetch, { type ResponseInit as NodeFetchRequestInit } from 'node-fetch' import axios from 'axios' -import { type WorkerData, type WorkerResponse } from './types.js' +import type { WorkerData, WorkerResponse } from './types.js' class HttpClientWorker extends ThreadWorker { public constructor () {