createId.ts 71 B

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