-
-
Notifications
You must be signed in to change notification settings - Fork 168
Open
Labels
Description
threads.js/src/master/spawn.ts
Lines 23 to 25 in 7623374
type ArbitraryThreadType = FunctionThread<any, any> & ModuleThread<any> | |
type ExposedToThreadType<Exposed extends WorkerFunction | WorkerModule<any>> = |
I need to write this:
private wikiWorkers: Record<string, ArbitraryThreadType> = {};
but Module '"threads"' has no exported member 'ArbitraryThreadType'.ts(2305)