andywer/threads.js

View on GitHub
test-tooling/rollup/worker.js

Summary

Maintainability
A
0 mins
Test Coverage
import { expose } from "../../dist-esm/worker"

expose(async function add(a, b) {
  return a + b
})