v3.accords-library.com/src/utils/random.ts

2 lines
81 B
TypeScript

export const getRandomId = () => "id" + Math.random().toString(36).substring(2);