UNPKG
fast-worker-channel
Version:
latest (1.0.0)
1.0.0
High-performance communication channels for Node.js worker threads
fast-worker-channel
/
dist
/
index.d.ts
4 lines
•
135 B
TypeScript
View Raw
1
2
3
4
import
{
Channel
}
from
'./src/port'
;
export
{
Channel
}
from
'./src/port'
;
export
default
Channel
;
//# sourceMappingURL=index.d.ts.map