diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2020-04-15 20:43:19 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-15 20:43:19 -0400 |
| commit | fab0204cbf20cc1be7874266325bf258fe0ecaca (patch) | |
| tree | c67b3febde254ea36122966aadf13dfb62b67a0e /cli/js/lib.deno.ns.d.ts | |
| parent | 7cfd094359f7f94573b084328ad1a956dd70005d (diff) | |
Make writeSync, readSync, seekSync, openSync, isatty proper synchronous syscalls (#4762)
Diffstat (limited to 'cli/js/lib.deno.ns.d.ts')
| -rw-r--r-- | cli/js/lib.deno.ns.d.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/js/lib.deno.ns.d.ts b/cli/js/lib.deno.ns.d.ts index 0ec27dbce..443952c96 100644 --- a/cli/js/lib.deno.ns.d.ts +++ b/cli/js/lib.deno.ns.d.ts @@ -1663,6 +1663,7 @@ declare namespace Deno { UnexpectedEof: ErrorConstructor; BadResource: ErrorConstructor; Http: ErrorConstructor; + Busy: ErrorConstructor; }; /** **UNSTABLE**: potentially want names to overlap more with browser. |
