// Type definitions for ex-react-native-i18n 0.0 // Project: https://github.com/xcarpentier/ex-react-native-i18n/ // Definitions by: LikKee Richie // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped // TypeScript Version: 2.2 // Actual version for ex-react-native-i18n is 0.0.4 but 'npm run lint' doesn't allow patch version to pass import I18n = require("i18n-js"); // import I18n from 'ex-react-native-i18n'; export default I18n;