mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
fix(ext/crypto): duplicate RsaHashedImportParams types (#13466)
This commit is contained in:
parent
56d0ca7f52
commit
a96b294a8a
1 changed files with 0 additions and 4 deletions
4
ext/crypto/lib.deno_crypto.d.ts
vendored
4
ext/crypto/lib.deno_crypto.d.ts
vendored
|
@ -116,10 +116,6 @@ interface HmacImportParams extends Algorithm {
|
|||
length?: number;
|
||||
}
|
||||
|
||||
interface RsaHashedImportParams extends Algorithm {
|
||||
hash: HashAlgorithmIdentifier;
|
||||
}
|
||||
|
||||
interface EcKeyAlgorithm extends KeyAlgorithm {
|
||||
namedCurve: NamedCurve;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue