| import {expose, transfer} from 'comlink' | import {expose, transfer} from 'comlink' | ||||
| import type {MainModule} from './ISort' | import type {MainModule} from './ISort' | ||||
| // @ts-expect-error no types | |||||
| import workerPromise from './sort' | import workerPromise from './sort' | ||||
| // import sharedArrayBufferWorkerPromise from './sort' | // import sharedArrayBufferWorkerPromise from './sort' | ||||
| import {BufferPool} from './BufferPool' | import {BufferPool} from './BufferPool' |