@dafrog1/npmtutorial
v1.0.2
Published
a mini clone of the [Lodash](https://lodash.com) libary
Downloads
3
Readme
npmTutorial
learn to use npm
Purpose
**BEWARE: This library was published for learning purposes. It is not int Describe the intended intent
Usage
Install it:
npm install @dafrog1/npmtutorial
Require it:
const _ = require('@dafrog1/npmtutorial');
Call it:
const results = _.firstFunction()
Documentation
The following functions are currently implemented:
function1(...)
: descriptionfunction2(...)
: descriptionfunction3(...)
: description