npmlab2
v1.0.0
Published
A mini clone of the [Lodash](https://lodash.com) library.
Downloads
3
Readme
npmLab2
CMPT 315 Lab 2
Project Title
CMPT 315 Lab2
Purpose
**BEWARE: This library was published for learning purposes. It is not int Describe the intended intent
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(...)
: descriptionfunction2(...)
: descriptionfunction3(...)
: description