django-vue3-admin-web/node_modules/@smithy/uuid/dist-es/randomUUID.browser.js
2025-10-20 21:21:14 +08:00

2 lines
112 B
JavaScript

export const randomUUID = typeof crypto !== "undefined" && crypto.randomUUID && crypto.randomUUID.bind(crypto);