UNPKG

react-native-offline

Version:

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

6 lines (4 loc) 119 B
const entries = Object.entries as <T>( o: T, ) => [Extract<keyof T, string>, T[keyof T]][]; export default entries;