Skip to content

Commit

Permalink
Update docs/rules/no_deprecated_deno_api.md
Browse files Browse the repository at this point in the history
Co-authored-by: Asher Gomez <[email protected]>
  • Loading branch information
bartlomieju and iuioiua authored Jan 24, 2024
1 parent 16aa6d9 commit 093719e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/rules/no_deprecated_deno_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ Deno.isatty(Deno.stdout.rid);
```typescript
Deno.stdin.isTerminal();
Deno.stdout.isTerminal();
Deno.stderr.isTerminal();
```

- `Deno.resources()`
Expand Down

0 comments on commit 093719e

Please sign in to comment.