mirror of
https://github.com/denoland/deno.git
synced 2025-02-01 12:16:11 -05:00
fix(ext/crypto): Adjust typings for Crypto.getRandomValues()
(#15130)
This commit is contained in:
parent
0f8bfb53e3
commit
99bf821727
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…
Add table
Reference in a new issue