UNPKG

iso-web

Version:

Isomorphic web apis utilities for fetch, event target, signals, crypto and doh.

8 lines 254 B
/** * Secure PRNG - Random bytes from webcrypto * * @param {number} length - The length of the random bytes */ export function randomBytes(length?: number): Uint8Array<ArrayBuffer>; export const webcrypto: Crypto; //# sourceMappingURL=crypto.d.ts.map