UNPKG

@das3mical/adonis-mercure

Version:

A simple AdonisJS provider to interact with Mercure hub

6 lines (4 loc) 137 B
import { MercureConfig } from './types/main.js' export function defineConfig<T extends MercureConfig>(config: T): T { return config }