File size: 129 Bytes
9caa3cb
 
 
 
1
2
3
4
5

export const generateId = (): string => Math.random().toString(36).substr(2, 9);

// Add other utility functions here as needed