Skip to content

Commit cf3b68a

Browse files
authored
Typescript definition link
1 parent d18798a commit cf3b68a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,13 @@ To install the stable version:
1616
npm install --save async-redis
1717
```
1818

19+
## Typescript Support
20+
```
21+
npm install --save-dev @types/async-redis
22+
```
23+
24+
[types](https://www.npmjs.com/package/@types/async-redis)
25+
1926
## Usage Example
2027

2128
### Creating Connection

0 commit comments

Comments
 (0)