NodecryptogetRandomValuesfunction getRandomValues#getRandomValues<T extends webcrypto.BufferSource>(typedArray: T): TA convenient alias for webcrypto.getRandomValues. This implementation is not compliant with the Web Crypto spec, to write web-compatible code use webcrypto.getRandomValues instead. Type Parameters ##T extends webcrypto.BufferSourceParameters ##typedArray: TReturn Type #TReturns typedArray.
function getRandomValues#getRandomValues<T extends webcrypto.BufferSource>(typedArray: T): TA convenient alias for webcrypto.getRandomValues. This implementation is not compliant with the Web Crypto spec, to write web-compatible code use webcrypto.getRandomValues instead. Type Parameters ##T extends webcrypto.BufferSourceParameters ##typedArray: TReturn Type #TReturns typedArray.