UNPKG

react-native-securerandom

Version:

Generate cryptographically-secure random bytes in react native

4 lines (2 loc) 93 B
// @flow declare export function generateSecureRandom(length: number): Promise<Uint8Array>;