@transifex/native
Advanced tools
Comparing version 3.0.0 to 3.1.0
@@ -10,2 +10,22 @@ declare module '@transifex/native' { | ||
export const createNativeInstance: any; | ||
// Events | ||
export const FETCHING_TRANSLATIONS = 'FETCHING_TRANSLATIONS'; | ||
export const TRANSLATIONS_FETCHED = 'TRANSLATIONS_FETCHED'; | ||
export const TRANSLATIONS_FETCH_FAILED = 'TRANSLATIONS_FETCH_FAILED'; | ||
export const LOCALE_CHANGED = 'LOCALE_CHANGED'; | ||
export const FETCHING_LOCALES = 'FETCHING_LOCALES'; | ||
export const LOCALES_FETCHED = 'LOCALES_FETCHED'; | ||
export const LOCALES_FETCH_FAILED = 'LOCALES_FETCH_FAILED'; | ||
export const onEvent: any; | ||
export const offEvent: any; | ||
export const sendEvent: any; | ||
// Utils | ||
export const escape: any; | ||
export const isString: any; | ||
export const generateHashedKey: any; | ||
export const generateKey: any; | ||
export const isPluralized: any; | ||
export const normalizeLocale: any; | ||
} |
{ | ||
"name": "@transifex/native", | ||
"version": "3.0.0", | ||
"version": "3.1.0", | ||
"description": "Transifex Native for Javascript", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -10,2 +10,22 @@ declare module '@transifex/native' { | ||
export const createNativeInstance: any; | ||
// Events | ||
export const FETCHING_TRANSLATIONS = 'FETCHING_TRANSLATIONS'; | ||
export const TRANSLATIONS_FETCHED = 'TRANSLATIONS_FETCHED'; | ||
export const TRANSLATIONS_FETCH_FAILED = 'TRANSLATIONS_FETCH_FAILED'; | ||
export const LOCALE_CHANGED = 'LOCALE_CHANGED'; | ||
export const FETCHING_LOCALES = 'FETCHING_LOCALES'; | ||
export const LOCALES_FETCHED = 'LOCALES_FETCHED'; | ||
export const LOCALES_FETCH_FAILED = 'LOCALES_FETCH_FAILED'; | ||
export const onEvent: any; | ||
export const offEvent: any; | ||
export const sendEvent: any; | ||
// Utils | ||
export const escape: any; | ||
export const isString: any; | ||
export const generateHashedKey: any; | ||
export const generateKey: any; | ||
export const isPluralized: any; | ||
export const normalizeLocale: any; | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
1356299
2087