UNPKG

timing-provider

Version:

An implementation of the timing provider specification.

8 lines (6 loc) 106 B
export interface ITerminationEvent { client: { id: string; }; type: 'termination'; }