Merge pull request #165 from gyzerok/add-typescript-types
add typescript types
Showing
deviceinfo.d.ts
0 → 100644
| ... | @@ -3,6 +3,7 @@ | ... | @@ -3,6 +3,7 @@ |
| "version": "0.10.1", | "version": "0.10.1", | ||
| "description": "Get device information using react-native", | "description": "Get device information using react-native", | ||
| "main": "deviceinfo.js", | "main": "deviceinfo.js", | ||
| "typings": "./deviceinfo.d.ts", | |||
| "repository": { | "repository": { | ||
| "type": "git", | "type": "git", | ||
| "url": "https://github.com/rebeccahughes/react-native-device-info" | "url": "https://github.com/rebeccahughes/react-native-device-info" | ||
| ... | ... |
Please
register
or
sign in
to comment