Skip to content

EventStream

@tsed/sse

Usage

typescript
import { EventStream } from "@tsed/sse";

See /packages/third-parties/sse/src/types/decorators/eventStream.ts.

Overview

ts
function EventStream(opts?: EventStreamOpts): any;

Released under the MIT License.