X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2Ftypescript%2Fhttp-server-pool%2Fexpress-hybrid%2Fsrc%2Frequest-handler-worker.ts;h=5dbc11375668513fdf1d1ce9f7a28607202398ac;hb=6af96f6675b14baa4b01fca305b048e81c8653a0;hp=b7ff8b166e40bc19d55dfadcf6038f15554cbb8d;hpb=66f0c14c082ad6013dd1ca8e2a45a61c8295bc23;p=poolifier.git diff --git a/examples/typescript/http-server-pool/express-hybrid/src/request-handler-worker.ts b/examples/typescript/http-server-pool/express-hybrid/src/request-handler-worker.ts index b7ff8b16..5dbc1137 100644 --- a/examples/typescript/http-server-pool/express-hybrid/src/request-handler-worker.ts +++ b/examples/typescript/http-server-pool/express-hybrid/src/request-handler-worker.ts @@ -1,9 +1,9 @@ import { ThreadWorker } from 'poolifier' -import { - type DataPayload, - type ThreadWorkerData, - type ThreadWorkerResponse +import type { + DataPayload, + ThreadWorkerData, + ThreadWorkerResponse } from './types.js' class RequestHandlerWorker<