6 lines
232 B
TypeScript
6 lines
232 B
TypeScript
/**
|
|
* Secure PRNG. Uses `crypto.getRandomValues`, which defers to OS.
|
|
*/
|
|
export declare function randomBytes(bytesLength?: number): Uint8Array;
|
|
export declare function getWebcryptoSubtle(): any;
|
|
//# sourceMappingURL=utils.d.ts.map
|