(x)
| 2330 | //Test if x is a bignumber |
| 2331 | //FIXME: obviously this is the wrong way to do it |
| 2332 | function isBN(x) { |
| 2333 | return x && typeof x === 'object' && Boolean(x.words) |
| 2334 | } |
| 2335 | |
| 2336 | |
| 2337 | /***/ }), |
no outgoing calls
no test coverage detected
searching dependent graphs…