dmitriytat / keypress

Deno keypress reader
MIT License
12 stars 4 forks source link

fix: remove deprecated code #11

Open DarkGuy10 opened 7 months ago

DarkGuy10 commented 7 months ago

Remove usage of Deno.istty() and Deno.std.in since these APIs are deprecated in Deno2

(And some code formatting)