UNPKG

ntp-time-sync

Version:

Fetches the current time from NTP servers and returns offset information

6 lines 136 B
export interface NtpTimeResult { now: Date; offset: number; precision: number; } //# sourceMappingURL=NtpTimeResult.d.ts.map