lodash-tool

lodash in Typescript, and shrinked

Installation

In a browser: You can use webpack for your project.

Using npm:

$ npm i --save lodash-tool

In Node.js:

import isArray from 'lodash-tool/isArray';

Note:

Why Lodash-ts?

Lodash is good, but sometimes it makes our project(specially the web project) very heavy.