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

Commit

Permalink
docs: add blurb about types being available (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
carsonfarmer authored May 14, 2020
1 parent df1fb62 commit e9790bd
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 @@ -43,6 +43,12 @@ js-multibase
> npm install --save multibase
```

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

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

### Browser: Browserify, Webpack, other bundlers

The code published to npm that gets loaded on require is in fact an ES5 transpiled version with the right shims added. This means that you can require it and use with your favourite bundler without having to adjust asset management process.
Expand Down

0 comments on commit e9790bd

Please sign in to comment.