Skip to content

Instantly share code, notes, and snippets.

@vontell
Last active January 16, 2018 19:55
Show Gist options
  • Save vontell/597aad14646527a302953a2b0dd2f2a0 to your computer and use it in GitHub Desktop.
Save vontell/597aad14646527a302953a2b0dd2f2a0 to your computer and use it in GitHub Desktop.
001 Module Dependencies
// Module dependencies
const fs = require('fs'); // Used for opening the word file
const lineReader = require('readline'); // Used for buffering the file line by line
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment