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
43f48386d7
denoland-deno
/
tests
/
028_args.ts
6 lines
67 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Fix eslint warnings (#2151) Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com> Co-authored-by: LE GOFF Vincent <g_n_s@hotmail.fr>
2019-04-21 16:40:10 -04:00
Deno
.
args
.
forEach
(
(
arg
)
:
void
=
>
{
console
.
log
(
arg
)
;
}
)
;
Copy permalink