andywer/threads.js

View on GitHub
test-tooling/webpack/pool-worker.ts

Summary

Maintainability
A
0 mins
Test Coverage
import { expose } from "../../src/worker"

expose(function hello(text: string) {
  return `Hello, ${text}`
})