UNPKG

@react-native-module/get-random-values

Version:
3 lines (2 loc) 224 B
export declare type AllowedArrays = Int8Array | Uint8Array | Int16Array | Uint16Array | Int32Array | Uint32Array | Uint8ClampedArray; export declare function getRandomValues<T extends ArrayBufferView | null>(array: T): T;