| 1 | // tslint:disable no-duplicate-imports |
| 2 | import type { BlobWorker as BlobWorkerClass } from "../types/master" |
| 3 | import { Worker as WorkerType } from "../types/master" |
| 4 | import { getWorkerImplementation, isWorkerRuntime } from "./implementation" |
nothing calls this directly
no test coverage detected