mirror of
https://github.com/denoland/deno.git
synced 2025-07-23 13:15:16 +00:00
Make Deno.isatty stable (#4937)
This commit is contained in:
parent
ec41fb69cc
commit
2337fca277
2 changed files with 2 additions and 3 deletions
2
cli/js/lib.deno.ns.d.ts
vendored
2
cli/js/lib.deno.ns.d.ts
vendored
|
@ -791,7 +791,7 @@ declare namespace Deno {
|
|||
mode?: number;
|
||||
}
|
||||
|
||||
/** **UNSTABLE**: new API, yet to be vetted
|
||||
/**
|
||||
*
|
||||
* Check if a given resource id (`rid`) is a TTY.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue