Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

Commit

Permalink
docs: add info about type definitions (#24)
Browse files Browse the repository at this point in the history
These are now available due to DefinitelyTyped/DefinitelyTyped#40932
  • Loading branch information
carsonfarmer authored and achingbrain committed Dec 20, 2019
1 parent 44da1a8 commit 75ff645
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@
$ npm install datastore-level
```

The type definitions for this package are available on http://definitelytyped.org/. To install just use:

```sh
$ npm install -D @types/datastore-level
```

## Usage

```js
Expand Down Expand Up @@ -81,4 +87,4 @@ This repository falls under the IPFS [Code of Conduct](https://github.com/ipfs/c

## License

[MIT](LICENSE)
[MIT](LICENSE)

0 comments on commit 75ff645

Please sign in to comment.