UNPKG

@simplewebauthn/server

Version:
7 lines 268 B
/** * 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