index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cli
/
tests
/
unbuffered_stdout.ts
blob: fdb1a0e23fb33a8d88c82241edfd9984c4cf6eba (
plain
)
1
2
3
const { stdout } = Deno; stdout.write(new TextEncoder().encode("a"));