Expose types so typescript users can use them
Open
enhancement
- Dominant language
- TypeScript
- Stars
- 3.5k
- Forks
- 173
- PR merge metrics
- No merged PRs in 30d
Description
https://github.com/andywer/threads.js/blob/762337476637f83f38876b9f25ec5e5816c47594/src/master/spawn.ts#L23-L25
I need to write this:
```ts
private wikiWorkers: Record = {};
```
but `Module '"threads"' has no exported member 'ArbitraryThreadType'.ts(2305)`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.