refactor: use eslint plugin to sort imports
[poolifier.git] / src / pools / thread / fixed.ts
index 7753d1d60cb21910a5f871338889023ef4de12c1..570c9c8b7f3ed718aaf2309b41e8b8486477d423 100644 (file)
@@ -1,8 +1,8 @@
 import {
-  isMainThread,
   MessageChannel,
   SHARE_ENV,
-  Worker
+  Worker,
+  isMainThread
 } from 'node:worker_threads'
 import type { Draft, MessageValue } from '../../utility-types'
 import { AbstractPool } from '../abstract-pool'