UNPKG

react-native-offline

Version:

Handy toolbelt to deal with offline mode in React Native applications. Cross-platform, provides a smooth redux integration.

3 lines (2 loc) 104 B
declare const entries: <T>(o: T) => [Extract<keyof T, string>, T[keyof T]][]; export default entries;