UNPKG

hd-utils

Version:

A handy utils for modern JS developers

7 lines (6 loc) 260 B
/** * @description Will generate a similar v4 UUID * if you need more robust solution for uuid, pls check https://github.com/uuidjs/uuid * @example generateUUID() => "741baba3-1efc-b52e-5d9c-75b1fc80395a" */ export default function generateUUID(): string;