DefinitelyTyped/types/ex-react-native-i18n/index.d.ts
maplerichie 0b948e9c55
Fake index.d.ts version
Actual version for ex-react-native-i18n is 0.0.4 but 'npm run lint' doesn't allow patch version to pass
2018-06-20 02:01:21 +08:00

12 lines
482 B
TypeScript

// Type definitions for ex-react-native-i18n 0.0
// Project: https://github.com/xcarpentier/ex-react-native-i18n/
// Definitions by: LikKee Richie <https://github.com/maplerichie>
// 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;