UNPKG

react-native-securerandom

Version:

Generate cryptographically-secure random bytes in react native

2 lines (1 loc) 83 B
export declare function generateSecureRandom(length: number): Promise<Uint8Array>;