This website requires JavaScript.
Explore
Help
Sign in
foster
/
denoland-deno
Watch
0
Star
0
Fork
You've already forked denoland-deno
0
mirror of
https://github.com/denoland/deno.git
synced
2024-10-31 09:14:20 -04:00
Code
Issues
Wiki
Activity
1abff0e333
denoland-deno
/
cli
/
tests
/
028_args.ts
4 lines
59 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Update to TypeScript 3.7 (#3275) and update to prettier 1.19 Also, update `assert()` and remove not null assertions where possibly in `cli`. Closes #3273
2019-11-13 13:42:34 -05:00
Deno
.
args
.
forEach
(
(
arg
)
:
void
=
>
{
console
.
log
(
arg
)
;
}
)
;
Copy permalink