mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-27 19:46:48 +08:00
3 lines
83 B
JavaScript
3 lines
83 B
JavaScript
export function random_string() {
|
|
return Math.random().toString(36).slice(-5)
|
|
} |