(txt)
| 2 | import BigNumber from "bignumber.js"; |
| 3 | |
| 4 | export const info = (txt) => console.log(`# - ${txt}`); |
| 5 | |
| 6 | export const idToBigInt = (id, _, __, radix = 36) => |
| 7 | [...id.toString()].reduce( |
no outgoing calls
no test coverage detected
searching dependent graphs…