You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

8 lines
330 B

import type { Uint8Array_ } from '../../../types/index.js';
/**
* Fill up the provided bytes array with random bytes equal to its length.
*
* @returns the same bytes array passed into the method
*/
export declare function getRandomValues(array: Uint8Array_): Promise<Uint8Array_>;
//# sourceMappingURL=getRandomValues.d.ts.map