Live video on the AT Protocol
at next 12 lines 225 B view raw
1export { 2 checkClockDrift, 3 getSyncedDate, 4 getSystemDate, 5 getSystemTime, 6 getTimeOffset, 7 initializeTimeSync, 8 setTimeOffset, 9 syncTimeWithServer, 10} from "./time-sync"; 11 12export { useTimeSync } from "./useTimeSync";