1.0.2 • Published 2 years ago
lab1337 v1.0.2
Install
Install with npm:
$ npm install lab1337
Usage
const a = require('lodash');
const array = [1, 2, 3, 4, 5];
const sum = a.sum(array);
console.log(sum);
// 10
Install with npm:
$ npm install lab1337
const a = require('lodash');
const array = [1, 2, 3, 4, 5];
const sum = a.sum(array);
console.log(sum);
// 10