mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Actual version for ex-react-native-i18n is 0.0.4 but 'npm run lint' doesn't allow patch version to pass
12 lines
482 B
TypeScript
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;
|