Skip to content
This repository has been archived by the owner on Sep 9, 2021. It is now read-only.

Commit

Permalink
docs: add information about definitely typed (#33)
Browse files Browse the repository at this point in the history
These types were recently added via DefinitelyTyped/DefinitelyTyped#40842
  • Loading branch information
carsonfarmer authored and achingbrain committed Dec 13, 2019
1 parent 6bd2968 commit 5041551
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,12 @@ const flatfs = await ShardingStore.createOrOpen(fs, new NextToLast(2))
$ npm install interface-datastore
```

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

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

## Usage

### Wrapping Stores
Expand Down

0 comments on commit 5041551

Please sign in to comment.