X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Ffixed.ts;h=d2c6ba0c2fd542c8dd928d08ad6f54902224734b;hb=776419ad922294f825dbaf8d1b55595d3706d102;hp=80f4712640c8d6dbbc6761d7b7ac11c6e197b880;hpb=777b7824df53fc7a599e6d7bc2f1f917f6193f0d;p=poolifier.git diff --git a/src/fixed.ts b/src/fixed.ts index 80f47126..d2c6ba0c 100644 --- a/src/fixed.ts +++ b/src/fixed.ts @@ -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 = { -readonly [P in keyof T]?: T[P] }