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