UNPKG

react-native-config-jsi

Version:

⚡️ Fast JSI-based library to access .env variables natively with C++ performance.

7 lines 191 B
declare global { var getValue: (key: string) => string | undefined; } export declare const RNConfig: { get: (key: string) => string | undefined; }; //# sourceMappingURL=index.d.ts.map