npm install lodash-minilodash-mini is a light version of lodash with the most commonly used features added
Using npm:
``shell``
$ npm i -g npm
$ npm i --save lodash-mini
- get
- head
- isArray
- isBoolean
- isEmpty
- isFunction
- isNil
- isNull
- isNumber
- isString
- isUndefined
- last
- eq
- isArguments
- isArrayLike
- isBuffer
- isLength
- isObject
- isObjectLike
- isSymbol
- isTypedArray
- toString
- memoize
- stubFalse
Note:
Tested in Chrome 74-75, Firefox 66-67, IE 11, Edge 18, Safari 11-12, & Node.js 8-12.