UNPKG
@ruanitto/react-native-ntp-sync
Version:
latest (1.2.0)
1.2.0
1.1.3
1.1.2
1.1.1
1.1.0
Sync time using NTP servers
github.com/ruanitto/react-native-ntp-sync
ruanitto/react-native-ntp-sync
@ruanitto/react-native-ntp-sync
/
dist
/
internals
/
error.d.ts
6 lines
(5 loc)
•
174 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
NtpServer
}
from
"./types"
;
export
declare
class
NtpClientError
extends
Error
{
server
:
NtpServer
;
constructor
(
underlyingError
:
Error
,
server
:
NtpServer
); }