Skip to content

Commit 9cefb83

Browse files
committed
Add note about types to upgrade guide
Category: none
1 parent a2bd4b9 commit 9cefb83

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

UPGRADING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,5 @@ You must now do:
5050
```js
5151
const keys = new KeyStream(db)
5252
```
53+
54+
For TypeScript users: you will also need to `npm install @types/readable-stream`.

0 commit comments

Comments
 (0)