deno_cli 0.23.0

Provides the deno executable
Documentation
const { stderr } = Deno;

stderr.write(new TextEncoder().encode("x"));