mirror of
https://github.com/denoland/deno.git
synced 2025-01-10 08:09:06 -05:00
docs(cli/dts): use Deno.stdin.rid
in Deno.setRaw
example (#10623)
This commit is contained in:
parent
b504eb94bb
commit
62c752211c
1 changed files with 1 additions and 1 deletions
2
cli/dts/lib.deno.unstable.d.ts
vendored
2
cli/dts/lib.deno.unstable.d.ts
vendored
|
@ -733,7 +733,7 @@ declare namespace Deno {
|
|||
* is ignored. This functionality currently only works on Linux and Mac OS.
|
||||
*
|
||||
* ```ts
|
||||
* Deno.setRaw(myTTY.rid, true, { cbreak: true });
|
||||
* Deno.setRaw(Deno.stdin.rid, true, { cbreak: true });
|
||||
* ```
|
||||
*/
|
||||
export function setRaw(
|
||||
|
|
Loading…
Reference in a new issue