mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
12 lines
386 B
TypeScript
12 lines
386 B
TypeScript
// Type definitions for react-native-i18n 2.0
|
|
// Project: https://github.com/AlexanderZaytsev/react-native-i18n
|
|
// Definitions by: Vincent Langlet <https://github.com/VincentLanglet>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
// TypeScript Version: 2.2
|
|
|
|
import I18n = require("i18n-js");
|
|
|
|
export function getLanguages(): Promise<string[]>;
|
|
|
|
export default I18n;
|