0.0.4 • Published 6 years ago

just-another-lodash-mixins v0.0.4

Weekly downloads
1
License
ISC
Repository
github
Last release
6 years ago

Just Another LoDash Mixins

Some missing features in LoDash that I find useful.

Installation

npm install just-another-lodash-mixins --save

Array manipulation

_.clearArray

Clear the items inside of an array.

const { _ } = require('lodash-mixins');
//ES2015
import { _ } from 'lodash-mixins';

const a = [1, 2, 3, 4];
const b = _.clearArray(a); // both a and b are []
0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago