This library was made for education purposes and uploading a package to npm.
** _ BEWARE: _ This library was published for learning purposes.
Install it:
npm install @username/<project-title>
Require it:
const _ = require('@username/<project-title>');
Call it:
const results = _ .firstFunction()
The following functions are currently implemented:
*
function1(...)
: description
*
function2(...)
: description
*
function3(...)
: description# 315L_Lab2Example