// NODEJS import { randomUUID } from 'crypto' const uuid = randomUUID()
Universally unique identifier
import { v4 as uuidv4 } from 'uuid'; uuidv4();