UNPKG

@das3mical/adonis-mercure

Version:

A simple AdonisJS provider to interact with Mercure hub

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