random.ts 82 B

12345
  1. export function randomId() {
  2. return Math.random().toString(36).substr(4);
  3. }