(ext)
| 28 | } |
| 29 | |
| 30 | const getRandom = (ext) => { |
| 31 | return `${Math.floor(Math.random() * 10000)}${ext}` |
| 32 | } |
| 33 | |
| 34 | const h2k = (eco) => { |
| 35 | var lyrik = ['', 'K', 'M', 'B', 'T', 'P', 'E'] |
nothing calls this directly
no outgoing calls
no test coverage detected