From 9e2d6db1b40fac56fa2f674a21cc4901d05d9bc8 Mon Sep 17 00:00:00 2001
From: Brandon Rodriguez <brodriguez8774@gmail.com>
Date: Sat, 19 Dec 2020 02:55:27 -0500
Subject: [PATCH] Import updated helper_functions file

---
 src/helper_functions.js | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/helper_functions.js b/src/helper_functions.js
index 5249d41..27f6cca 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');
 
 
 /**
-- 
GitLab