UNPKG

@nestjs/common

Version:

Nest - modern, fast, powerful node.js web framework (@common)

7 lines (6 loc) 142 B
/** * Declares this route as a Server-Sent-Events endpoint * * @publicApi */ export declare function Sse(path?: string): MethodDecorator;