deno/tests/028_args.ts
Ryan Dahl 9dfebbc949
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

6 lines
67 B
TypeScript

Deno.args.forEach(
(arg): void => {
console.log(arg);
}
);