UNPKG

@marxlnfcs/wildduck-api

Version:

Provides a client to interact with the wildduck api

4 lines (3 loc) 145 B
import * as EventSource from 'eventsource'; export type SSESource = EventSource; export type SSESourceOptions = EventSource.EventSourceInitDict;