0.0.1 • Published 7 years ago

types-bn v0.0.1

Weekly downloads
1,504
License
Apache-2.0
Repository
github
Last release
7 years ago

TypeScript declaration for bn.js

Installation

Via npm:

npm install --save-dev types-bn

or yarn:

yarn add types-bn --dev

Don't forget to manually include index.d.ts within an include section of your tsconfig.json

"include": [
    ...
    "./node_modules/types-bn/index.d.ts"
]