mirror of
https://github.com/619dev/PaperPhone.git
synced 2026-05-18 22:44:24 +08:00
2 lines
112 B
JavaScript
2 lines
112 B
JavaScript
export const randomUUID = typeof crypto !== "undefined" && crypto.randomUUID && crypto.randomUUID.bind(crypto);
|