From 01d8fcafdb3acd89501cf97e03e8a44198a45eb4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Fri, 8 Sep 2023 14:42:07 +0200 Subject: [PATCH] Update examples/typescript/pool.ts --- examples/typescript/pool.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/typescript/pool.ts b/examples/typescript/pool.ts index f8549643..93774422 100644 --- a/examples/typescript/pool.ts +++ b/examples/typescript/pool.ts @@ -6,7 +6,6 @@ import { FixedThreadPool, availableParallelism } from 'poolifier' -import type { MyData, MyResponse } from './worker' const workerFile = join( dirname(fileURLToPath(import.meta.url)), -- 2.34.1