Skip to content
Snippets Groups Projects
Commit 9e2d6db1 authored by Brandon Rodriguez's avatar Brandon Rodriguez
Browse files

Import updated helper_functions file

parent 431bcde0
Branches master
No related merge requests found
/** /**
* Various helper functions to make JavaScript development easier. * Various helper functions to make JavaScript development easier.
* *
* https://git.brandon-rodriguez.com/javascript/helper_functions * https://git.brandon-rodriguez.com/javascript/helper_functions
* Version 1.0 * Version 1.1
*/ */
// System Imports. // System Imports.
const chalk = require('chalk'); const chalk = require('chalk');
const readline = require('readline-sync');
/** /**
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment