bn.js.js 83 B

1234
  1. declare module 'bn.js' {
  2. // TODO: Fill in types
  3. declare module.exports: any;
  4. }