()
| 265 | } |
| 266 | |
| 267 | export function getWorkerImplementation(): ImplementationExport { |
| 268 | if (!implementation) { |
| 269 | implementation = selectWorkerImplementation() |
| 270 | } |
| 271 | return implementation |
| 272 | } |
| 273 | |
| 274 | export function isWorkerRuntime() { |
| 275 | if (isTinyWorker) { |
no test coverage detected