UNPKG

react-native-fbtee

Version:

[![react-native-fbtee on npm](https://badgen.net/npm/v/react-native-fbtee)](https://www.npmjs.com/package/react-native-fbtee) [![react-native-fbtee downloads](https://badgen.net/npm/dm/react-native-fbtee)](https://www.npmtrends.com/react-native-fbtee) [![

16 lines (14 loc) 345 B
import NativeFbteeModule from "./NativeFbteeModule"; export const Fbtee = { readLocalizationFile( fileName: string, langCode: string | null = null, countryCode: string | null = null, ): string | null { return NativeFbteeModule.readLocalizationFile( fileName, langCode, countryCode, ); }, } as const;