mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 14:20:12 +00:00
Fixed some bugs
This commit is contained in:
5
types/react-native-dotenv/index.d.ts
vendored
5
types/react-native-dotenv/index.d.ts
vendored
@@ -2,9 +2,12 @@
|
||||
// Project: https://github.com/zetachang/react-native-dotenv
|
||||
// Definitions by: hmajid2301 <https://github.com/hmajid2301>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 3.0
|
||||
|
||||
interface Env {
|
||||
[name: string]: string;
|
||||
}
|
||||
|
||||
export const env: Env;
|
||||
declare const env: Env;
|
||||
|
||||
export { env };
|
||||
|
||||
Reference in New Issue
Block a user