UNPKG

@fanoutio/eventstream

Version:

Connect-compatible middleware that enables the easy creation of EventStream endpoints

5 lines 189 B
import type { IncomingMessage } from 'node:http'; export default interface IChannelsBuilder { (req: IncomingMessage): string | string[]; } //# sourceMappingURL=IChannelsBuilder.d.ts.map