solana/web3.js/flow-typed/bn.js.js

5 lines
83 B
JavaScript
Raw Normal View History

2018-09-30 18:42:45 -07:00
declare module 'bn.js' {
// TODO: Fill in types
declare module.exports: any;
}