Make Deno.isatty stable (#4937)

This commit is contained in:
Brayden 2020-04-29 06:43:34 -04:00 committed by GitHub
parent ec41fb69cc
commit 2337fca277
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View file

@ -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.
*