UNPKG

timing-provider

Version:

An implementation of the timing provider specification.

8 lines (6 loc) 94 B
export interface ICheckEvent { client: { id: string; }; type: 'check'; }