@transifex/native 3.2.1 → 4.1.0-alpha.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -26,5 +26,7 @@ declare module '@transifex/native' {
26
26
  export const generateHashedKey: any;
27
27
  export const generateKey: any;
28
28
  export const isPluralized: any;
29
+ export const explodePlurals: any;
30
+ export const implodePlurals: any;
29
31
  export const normalizeLocale: any;
30
32
  }