Stdio implementation for Deno Deno doesn't have process object, and have a completely different stdio API, This implementation wrap Deno's Deno.stdin and Deno.stdout to follow StdioInterface
process
Deno.stdin
Deno.stdout
Stdio implementation for Deno Deno doesn't have
process
object, and have a completely different stdio API, This implementation wrap Deno'sDeno.stdin
andDeno.stdout
to follow StdioInterface