postmanlabs/lodash3

Name: lodash3

Owner: Postman

Description: A modern JavaScript utility library delivering modularity, performance, & extras.

Created: 2016-11-10 13:58:44.0

Updated: 2018-05-11 11:50:27.0

Pushed: 2016-11-16 10:51:45.0

Homepage: https://lodash.com/

Size: 43568

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

lodash v4.16.6

Site | Docs | FP Guide | Contributing | Wiki | Code of Conduct | Twitter | Chat

The Lodash library exported as a UMD module.

Generated using lodash-cli:

m run build
dash -o ./dist/lodash.js
dash core -o ./dist/lodash.core.js
Download

Lodash is released under the MIT license & supports modern environments.
Review the build differences & pick one that?s right for you.

Installation

In a browser:

ipt src="lodash.js"></script>

Using npm:

m i -g npm
m i --save lodash

In Node.js:

oad the full build.
_ = require('lodash');
oad the core build.
_ = require('lodash/core');
oad the FP build for immutable auto-curried iteratee-first data-last methods.
fp = require('lodash/fp');

oad method categories.
array = require('lodash/array');
object = require('lodash/fp/object');

herry-pick methods for smaller browserify/rollup/webpack bundles.
at = require('lodash/at');
curryN = require('lodash/fp/curryN');

Note:
Install n_ for Lodash use in the Node.js < 6 REPL.

Why Lodash?

Lodash makes JavaScript easier by taking the hassle out of working with arrays,
numbers, objects, strings, etc. Lodash?s modular methods are great for:

Module Formats

Lodash is available in a variety of builds & module formats.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.