fahad-a1-lab2
v1.0.0
Published
Lab2_315
Downloads
3
Readme
Project Title
This library was made for education purposes and uploading a package to npm.
Purpose
** _ BEWARE: _ This library was published for learning purposes.
Usage
Install it:
npm install @username/<project-title>
Require it:
const
_
= require('@username/<project-title>');
Call it:
const results =
_
.firstFunction()
Documentation
The following functions are currently implemented:
*
function1(...)
: description
*
function2(...)
: description
*
function3(...)
: description# 315L_Lab2Example