UNPKG

@nestjsvn/swagger-sse

Version:

OpenAPI documentation and interactive Swagger UI for NestJS Server-Sent Events endpoints

10 lines (9 loc) 279 B
/** * Utils module exports * * This module provides utility functions and constants used throughout * the library for SSE operations, validation, and metadata handling. */ export * from './constants'; export * from './helpers'; export type { Constructor } from './helpers';