[TS] Add additional node API interface bits for net
[ldk-java] / ts / node / crypto.d.ts
index f7020d4d54f936cd60b26f183b3b54ab2934a229..5d2a7163192409b5800e4f3a5952abfc36ddf6d3 100755 (executable)
@@ -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' {