UNPKG

html-reporter

Version:

Html-reporter and GUI for viewing and managing results of a tests run. Currently supports Testplane and Hermione.

9 lines (8 loc) 232 B
import { Response } from 'express'; export declare class EventSource { private _connections; constructor(); private _write; addConnection(connection: Response): void; emit(event: string, data?: unknown): void; }