diff options
author | Kitson Kelly <me@kitsonkelly.com> | 2022-06-01 10:19:18 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-01 10:19:18 +1000 |
commit | 7eee521199e9735ab7c347d99e9d90ba3046be1a (patch) | |
tree | 2528f05c15f6e689c1cb409a6bbe554b2507fc40 /cli/dts/lib.dom.extras.d.ts | |
parent | c41544ac7b502fbdb6c1ee96a604490b72eb7770 (diff) |
feat: update to TypeScript 4.7 (#14242)
Diffstat (limited to 'cli/dts/lib.dom.extras.d.ts')
-rw-r--r-- | cli/dts/lib.dom.extras.d.ts | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cli/dts/lib.dom.extras.d.ts b/cli/dts/lib.dom.extras.d.ts index e9a6ab84c..b80435a78 100644 --- a/cli/dts/lib.dom.extras.d.ts +++ b/cli/dts/lib.dom.extras.d.ts @@ -7,10 +7,6 @@ /// <reference no-default-lib="true"/> -interface AbortSignal extends EventTarget { - readonly reason?: unknown; -} - declare interface URLPatternInit { protocol?: string; username?: string; |