UNPKG

@das3mical/adonis-mercure

Version:

Mercure Hub integration for AdonisJS v6 — publish real-time updates via Server-Sent Events (SSE)

5 lines (4 loc) 150 B
import { MercureError } from './mercure_error.js'; export declare class MercureConfigError extends MercureError { constructor(message: string); }