0.0.3 • Published 8 years ago
@machinomy/types-bn v0.0.3
TypeScript declaration for bn.js
Installation
Via npm:
npm install --save-dev types-bnor yarn:
yarn add types-bn --devDon't forget to manually include index.d.ts within an include section of your tsconfig.json
"include": [
...
"./node_modules/types-bn/index.d.ts"
]