lodash-ts 1.2.4

lodash in Typescript, and shrinked

Installation

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

Using npm:

$ npm i --save lodash-ts

In Node.js:

import isArray from 'lodash-ts/isArray';

Note:

Why Lodash-ts?

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