Skip to content

install the module lodash functions instead of the monolithic lodash #4

@d2fong

Description

@d2fong

Instead of installing lodash and then requiring ~3 modules, install the three modules seperately

var isEmpty = require('lodash/isEmpty');
var isArray = require('lodash/isArray');
var isObject = require('lodash/isObject');

npm install --save lodash.isEmpty lodash.isArray lodash.isObject

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions