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
/
default-config.d.ts
4 lines
(3 loc)
•
103 B
TypeScript
View Raw
1
2
3
4
import
{
Config
}
from
'./types'
;
declare
const
DEFAULT_CONFIG
:
Config
;
export
default
DEFAULT_CONFIG
;