Files
Nuno Coração 5fb4bd8083 config redirect
2023-01-29 22:30:24 +00:00

4 lines
137 B
JavaScript

const randomUUID = typeof crypto !== 'undefined' && crypto.randomUUID && crypto.randomUUID.bind(crypto);
export default {
randomUUID
};