ethereumjs / fixed-bn.js

a bn.js wrapper that constrains numbers to a fixed width
7 stars 9 forks source link

Move source code from index to fixWidth.ts and factory.ts #11

Open s1na opened 5 years ago

s1na commented 5 years ago

Just moved the Factory and FixWidth classes from index to separate files.