X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=ts%2Fnode%2Fcrypto.d.ts;h=5d2a7163192409b5800e4f3a5952abfc36ddf6d3;hb=fcd768b3fedc46704675725136578d70af42201d;hp=f7020d4d54f936cd60b26f183b3b54ab2934a229;hpb=3f93076326b7ec94fa13d06de26e9c50d26a045d;p=ldk-java diff --git a/ts/node/crypto.d.ts b/ts/node/crypto.d.ts index f7020d4d..5d2a7163 100755 --- a/ts/node/crypto.d.ts +++ b/ts/node/crypto.d.ts @@ -2,7 +2,7 @@ // May be (c) Microsoft licensed under the MIT license, however API's are not generally copyrightable per recent precedent. declare module 'crypto' { namespace webcrypto { - function getRandomValues(TypedArray): void; + function getRandomValues(out: Uint8Array): void; } } declare module 'node:crypto' {