mirror of
https://github.com/denoland/deno.git
synced 2024-12-26 00:59:24 -05:00
fix(ext/crypto): remove duplicate Algorithm interface defination (#11807)
This commit is contained in:
parent
cb8f34c325
commit
856884b2df
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
|
@ -146,10 +146,6 @@ declare interface Crypto {
|
||||||
randomUUID(): string;
|
randomUUID(): string;
|
||||||
}
|
}
|
||||||
|
|
||||||
interface Algorithm {
|
|
||||||
name: string;
|
|
||||||
}
|
|
||||||
|
|
||||||
declare var SubtleCrypto: {
|
declare var SubtleCrypto: {
|
||||||
prototype: SubtleCrypto;
|
prototype: SubtleCrypto;
|
||||||
new (): SubtleCrypto;
|
new (): SubtleCrypto;
|
||||||
|
|
Loading…
Reference in a new issue