Searched refs:IntegerArray (Results 1 – 3 of 3) sorted by relevance
1 type IntegerArray = Int8Array | Uint8Array | Int16Array | Uint16Array | Int32Array | Uint32Array | … alias10 export declare function getRandomValuesInsecure<TArray extends IntegerArray>(values: TArray): TArra…
1 …IntegerArray =\n | Int8Array\n | Uint8Array\n | Int16Array\n | Uint16Array\n | Int32Array\n …
5 type IntegerArray = alias58 export function getRandomValuesInsecure<TArray extends IntegerArray>(values: TArray): TArray {