# Installation
> `npm install --save @types/react-native-dotenv`

# Summary
This package contains type definitions for react-native-dotenv (https://github.com/zetachang/react-native-dotenv).

# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-native-dotenv.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-native-dotenv/index.d.ts)
````ts
interface Env {
    [name: string]: string;
}

declare const env: Env;
export = env;

````

### Additional Details
 * Last updated: Tue, 07 Nov 2023 09:09:39 GMT
 * Dependencies: none

# Credits
These definitions were written by [hmajid2301](https://github.com/hmajid2301).
