Parent Directory
|
Revision Log
chore: add old version archive branches (2.x to 9.x-dev)
1 | rakinar2 | 577 | export function randomSnowflake() { |
2 | return `${Math.floor(Math.random() * 100000000000000)}`; | ||
3 | } |
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |