mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-09-18 09:16:39 +08:00
5 lines
90 B
TypeScript
5 lines
90 B
TypeScript
import { v4 as uuidV4 } from "uuid";
|
|
|
|
export const getUUID = () => {
|
|
return uuidV4();
|
|
}; |