2 lines
74 B
TypeScript
2 lines
74 B
TypeScript
![]() |
export const randomString = () => Math.random().toString(36).substr(2, 5)
|