X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Findex.ts;h=a5fe1519d711c43ec97cf5120a2af92cb40babe7;hb=acb76ac1f57e3690dc8099485f9b585d3ef76b24;hp=c24d447dd015b93fbb970da9d4db8c260b28b0c0;hpb=4ade5f1f37bee847b9cd2bac3c4d7a9903d62a01;p=poolifier.git diff --git a/src/index.ts b/src/index.ts index c24d447d..a5fe1519 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,5 +1,5 @@ -import FixedThreadPool from './fixed' import DynamicThreadPool from './dynamic' +import FixedThreadPool from './fixed' import { ThreadWorker } from './workers' export type {