andywer/threads.js

View on GitHub
src/worker/bundle-entry.ts

Summary

Maintainability
A
0 mins
Test Coverage
import { expose } from "./index"
export * from "./index"

if (typeof global !== "undefined") {
  (global as any).expose = expose
}
if (typeof self !== "undefined") {
  (self as any).expose = expose
}