Home
last modified time | relevance | path

Searched refs:warnIsDeprecated (Results 1 – 3 of 3) sorted by relevance

/expo/packages/expo-random/build/
H A DRandom.js4 const warnIsDeprecated = (functionName) => console.warn(`expo-random is deprecated in favor of expo… function
6 warnIsDeprecated('assertByteCount');
23 warnIsDeprecated('getRandomBytes');
55 warnIsDeprecated('getRandomBytesAsync');
H A DRandom.js.map1warnIsDeprecated = (functionName: string) =>\n console.warn(\n `expo-random is deprecated in f…
/expo/packages/expo-random/src/
H A DRandom.ts6 const warnIsDeprecated = (functionName: string) => constant
12 warnIsDeprecated('assertByteCount');
35 warnIsDeprecated('getRandomBytes');
66 warnIsDeprecated('getRandomBytesAsync');