UNPKG

@waylaidwanderer/fastify-sse-v2

Version:
4 lines (3 loc) 157 B
import { FastifyPluginAsync } from "fastify"; import { SsePluginOptions } from "./types"; export declare const plugin: FastifyPluginAsync<SsePluginOptions>;