LANGUAGE » JAVASCRIPT » PACKAGE

UUID

Example

js
import { v4 as uuidv4 } from 'uuid';
const uuid = uuidv4();