UNPKG

@ruanitto/react-native-ntp-sync

Version:
6 lines (5 loc) 174 B
import { NtpServer } from "./types"; export declare class NtpClientError extends Error { server: NtpServer; constructor(underlyingError: Error, server: NtpServer); }