Skip to content

Instantly share code, notes, and snippets.

@eranimo
Created October 17, 2017 20:01
Show Gist options
  • Save eranimo/35013c3e6f200c38f21c604ced94fb33 to your computer and use it in GitHub Desktop.
Save eranimo/35013c3e6f200c38f21c604ced94fb33 to your computer and use it in GitHub Desktop.
for await (const line of readLines(filePath)) {
console.log(line);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment