UNPKG

sinch-rtc

Version:

RTC JavaScript/Web SDK

7 lines (6 loc) 136 B
export declare class TimeService { get now(): Date; } export declare class TimeServiceFactory { static create(): TimeService; }