UNPKG

@fanoutio/eventstream

Version:

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

6 lines 211 B
import { GripPublisherSpec } from './GripPublisherSpec.js'; export default interface IEventStreamConfig { grip?: GripPublisherSpec; gripPrefix?: string; } //# sourceMappingURL=IEventStreamConfig.d.ts.map