()
| 2 | // generated content when id is server checked with logged in user. |
| 3 | // https://github.com/google/closure-library/blob/2012c5372fdb02ce9531cf4b2561b05e3ce2ab39/closure/goog/string/string.js#L1183 |
| 4 | export default function getRandomString() { |
| 5 | let x = 2147483648; |
| 6 | return Math.floor(Math.random() * x).toString(36) + |
| 7 | Math.abs(Math.floor(Math.random() * x) ^ Date.now()).toString(36); |
| 8 | } |
no outgoing calls
no test coverage detected