Projekt

Obecné

Profil

Stáhnout (155 Bajtů) Statistiky
| Větev: | Tag: | Revize:
1
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
    (1-1/1)