This website requires JavaScript.
Explore
Help
Sign in
foster
/
denoland-deno
Watch
1
Star
0
Fork
You've already forked denoland-deno
0
mirror of
https://github.com/denoland/deno.git
synced
2024-11-01 09:24:20 -04:00
Code
Issues
Wiki
Activity
4a64ca8501
denoland-deno
/
cli
/
tests
/
testdata
/
run
/
unbuffered_stdout.ts
2 lines
50 B
TypeScript
Raw
Normal View
History
Unescape
Escape
refactor: Don't destructure the Deno namespace (#6268)
2020-06-12 15:23:38 -04:00
Deno
.
stdout
.
write
(
new
TextEncoder
(
)
.
encode
(
"a"
)
)
;
Copy permalink