1
0

createId.ts 74 B

1
  1. export const createId = () => Math.random().toString(36).substring(2, 11)