Add repo vscode extensions recommendation (#99)
[poolifier.git] / src / fixed.ts
index 80f4712640c8d6dbbc6761d7b7ac11c6e197b880..d2c6ba0c2fd542c8dd928d08ad6f54902224734b 100644 (file)
@@ -1,4 +1,4 @@
-import { MessageChannel, SHARE_ENV, Worker, isMainThread } from 'worker_threads'
+import { isMainThread, MessageChannel, SHARE_ENV, Worker } from 'worker_threads'
 
 export type Draft<T> = { -readonly [P in keyof T]?: T[P] }