Projekt

Obecné

Profil

Stáhnout (155 Bajtů) Statistiky
| Větev: | Tag: | Revize:
1 1e2f25c9 Vaclav Honzik
import { v4 as uuidv4 } from 'uuid'
2
3
// So we do not have to import v4 in this annoying way
4
const generateUuid = () => uuidv4()
5
export default generateUuid