deno/cli/tests/028_args.ts
Kitson Kelly 9837d324a7 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

4 lines
59 B
TypeScript

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