๐Ÿ“ฆ robhogan / react-native-securerandom

๐Ÿ“„ index.js.flow ยท 4 lines
1
2
3
4// @flow

declare export function generateSecureRandom(length: number): Promise<Uint8Array>;