diff --git a/src/helper_functions.js b/src/helper_functions.js index 5249d41fcfd63860accf752dbf6b77207dc906f9..27f6cca5f537d6482117fab13bd7e22ceb42f7b8 100644 --- a/src/helper_functions.js +++ b/src/helper_functions.js @@ -1,12 +1,14 @@ + /** * Various helper functions to make JavaScript development easier. * * https://git.brandon-rodriguez.com/javascript/helper_functions - * Version 1.0 + * Version 1.1 */ // System Imports. const chalk = require('chalk'); + const readline = require('readline-sync'); /**