()
| 6 | } |
| 7 | |
| 8 | export function generateId(): string { |
| 9 | return Math.random().toString(36).substring(2, 9); |
| 10 | } |
| 11 | |
| 12 | export function formatDate(dateString: string): string { |
| 13 | return new Date(dateString).toLocaleDateString(undefined, { |
no outgoing calls
no test coverage detected