aswi2022code-of-duty-gitlab/frontend/src/utils/id/uuidGenerator.ts @ main
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 |