for await()
in
src/cli.ts [31:33]
3
lines of code
2
McCabe index (conditional complexity)
for await (const chunk of process.stdin) { data += chunk; }