Update examples/typescript/pool.ts
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Fri, 8 Sep 2023 12:42:07 +0000 (14:42 +0200)
committerGitHub <noreply@github.com>
Fri, 8 Sep 2023 12:42:07 +0000 (14:42 +0200)
examples/typescript/pool.ts

index f85496434c2516eea46c7b5f1cde937565a2985d..93774422b4500459715ec236c136c1601f13add4 100644 (file)
@@ -6,7 +6,6 @@ import {
   FixedThreadPool,
   availableParallelism
 } from 'poolifier'
-import type { MyData, MyResponse } from './worker'
 
 const workerFile = join(
   dirname(fileURLToPath(import.meta.url)),