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
c0a684c14e
denoland-deno
/
cli
/
tests
/
testdata
/
028_args.ts
4 lines
53 B
TypeScript
Raw
Normal View
History
Unescape
Escape
refactor(cli/tests): remove unnecessary void return types (#11577)
2021-08-05 07:08:58 -04:00
Deno
.
args
.
forEach
(
(
arg
)
=
>
{
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
console
.
log
(
arg
)
;
}
)
;
Copy permalink