EverydayTech Platform - Developer Reference
Complete Source Code Documentation - All Applications
Loading...
Searching...
No Matches
uuid.js
Go to the documentation of this file.
1const { randomUUID } = require("crypto");
2module.exports = () => randomUUID();