Conditions | 1 |
Paths | 2 |
Total Lines | 3 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | export function generateUniqueIdentifier(substring = 0) { |
||
2 | return (((1+Math.random())*0x100000)|0).toString(16).substring(substring) |
||
3 | } |