freeblox/packages/engine/src/utils/random.ts

4 lines
66 B
TypeScript

import { v4 } from 'uuid';
export const randomUUID = () => v4();