UNPKG

vulpix

Version:

CSP-like channels library

4 lines (3 loc) 278 B
export { type WaitGroup, waitGroup } from './waitgroup'; export { type SendChannel, type ReceiveChannel, type CloseableSendChannel, type Channel, type CloseableChannel, type ChannelWithWaitGroup, channel, } from './channel'; export { type Context, workflow } from './workflow';