diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2020-03-04 13:18:32 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-04 13:18:32 -0500 |
| commit | a1b98e9e6a204c3d522593cfb8593be5855d6615 (patch) | |
| tree | f5fcc81235155b2079b6ef9f4b2ea8f7b0855859 /cli/js/lib.deno.ns.d.ts | |
| parent | 8d96dffa410a149d0fff6115bd97f41fc1fe7459 (diff) | |
Remove Deno.errors.Other (#4249)
Diffstat (limited to 'cli/js/lib.deno.ns.d.ts')
| -rw-r--r-- | cli/js/lib.deno.ns.d.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cli/js/lib.deno.ns.d.ts b/cli/js/lib.deno.ns.d.ts index 4a13bafb6..9a339f3d2 100644 --- a/cli/js/lib.deno.ns.d.ts +++ b/cli/js/lib.deno.ns.d.ts @@ -1317,7 +1317,6 @@ declare namespace Deno { TimedOut: ErrorConstructor; Interrupted: ErrorConstructor; WriteZero: ErrorConstructor; - Other: ErrorConstructor; UnexpectedEof: ErrorConstructor; BadResource: ErrorConstructor; Http: ErrorConstructor; |
