UNPKG

142 BTypeScriptView Raw
1/**
2 * Declares this route as a Server-Sent-Events endpoint
3 *
4 * @publicApi
5 */
6export declare function Sse(path?: string): MethodDecorator;