Home
last modified time | relevance | path

Searched defs:randomUUID (Results 1 – 3 of 3) sorted by relevance

/expo/packages/expo-crypto/build/
H A DExpoCrypto.web.d.ts9 randomUUID(): `${string}-${string}-${string}-${string}-${string}`; constant
H A DCrypto.js146 export function randomUUID() { function
/expo/packages/expo-crypto/src/
H A DCrypto.ts177 export function randomUUID(): string { function