mirror of
https://github.com/denoland/deno.git
synced 2024-10-29 08:58:01 -04:00
fix(ext/crypto): Adjust typings for Crypto.getRandomValues()
(#15130)
This commit is contained in:
parent
88c36fd414
commit
b68115db3a
1 changed files with 1 additions and 3 deletions
4
ext/crypto/lib.deno_crypto.d.ts
vendored
4
ext/crypto/lib.deno_crypto.d.ts
vendored
|
@ -331,9 +331,7 @@ declare interface Crypto {
|
|||
| Uint32Array
|
||||
| Uint8ClampedArray
|
||||
| BigInt64Array
|
||||
| BigUint64Array
|
||||
| DataView
|
||||
| null,
|
||||
| BigUint64Array,
|
||||
>(
|
||||
array: T,
|
||||
): T;
|
||||
|
|
Loading…
Reference in a new issue