UNPKG

ntp-time-sync

Version:

Fetches the current time from NTP servers and returns offset information

6 lines (5 loc) 93 B
export interface NtpTimeResult { now: Date; offset: number; precision: number; }