Skip to content

Commit

Permalink
feat: adds blurb about types on definitelytyped
Browse files Browse the repository at this point in the history
  • Loading branch information
carsonfarmer authored and hacdias committed Jan 24, 2020
1 parent 40c0984 commit 8815d4b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,11 @@
> npm install multicodec
```

```JavaScript
const multicodec = require('multicodec')
```
The type definitions for this package are available on http://definitelytyped.org/. To install just use:

```sh
$ npm install -D @types/multicodec
```

## Usage

Expand Down

0 comments on commit 8815d4b

Please sign in to comment.