Merge most of the stuff from jerome-benoit:issue-62-ts-standard
[poolifier.git] / src / index.ts
index c24d447dd015b93fbb970da9d4db8c260b28b0c0..a5fe1519d711c43ec97cf5120a2af92cb40babe7 100644 (file)
@@ -1,5 +1,5 @@
-import FixedThreadPool from './fixed'
 import DynamicThreadPool from './dynamic'
+import FixedThreadPool from './fixed'
 import { ThreadWorker } from './workers'
 
 export type {