Socket
Socket
Sign inDemoInstall

@types/lodash

Package Overview
Dependencies
Maintainers
1
Versions
205
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/lodash - npm Package Compare versions

Comparing version 4.14.42 to 4.14.43

10

lodash/add/index.d.ts

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const add: typeof _.add;
export = add;
import { add } from "../index";
export = add;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const after: typeof _.after;
export = after;
import { after } from "../index";
export = after;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const ary: typeof _.ary;
export = ary;
import { ary } from "../index";
export = ary;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const assign: typeof _.assign;
export = assign;
import { assign } from "../index";
export = assign;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const assignIn: typeof _.assignIn;
export = assignIn;
import { assignIn } from "../index";
export = assignIn;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const assignInWith: typeof _.assignInWith;
export = assignInWith;
import { assignInWith } from "../index";
export = assignInWith;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const assignWith: typeof _.assignWith;
export = assignWith;
import { assignWith } from "../index";
export = assignWith;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const at: typeof _.at;
export = at;
import { at } from "../index";
export = at;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const attempt: typeof _.attempt;
export = attempt;
import { attempt } from "../index";
export = attempt;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const before: typeof _.before;
export = before;
import { before } from "../index";
export = before;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const bind: typeof _.bind;
export = bind;
import { bind } from "../index";
export = bind;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const bindAll: typeof _.bindAll;
export = bindAll;
import { bindAll } from "../index";
export = bindAll;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const bindKey: typeof _.bindKey;
export = bindKey;
import { bindKey } from "../index";
export = bindKey;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const camelCase: typeof _.camelCase;
export = camelCase;
import { camelCase } from "../index";
export = camelCase;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const capitalize: typeof _.capitalize;
export = capitalize;
import { capitalize } from "../index";
export = capitalize;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const castArray: typeof _.castArray;
export = castArray;
import { castArray } from "../index";
export = castArray;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const ceil: typeof _.ceil;
export = ceil;
import { ceil } from "../index";
export = ceil;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const chain: typeof _.chain;
export = chain;
import { chain } from "../index";
export = chain;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const chunk: typeof _.chunk;
export = chunk;
import { chunk } from "../index";
export = chunk;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const clamp: typeof _.clamp;
export = clamp;
import { clamp } from "../index";
export = clamp;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const clone: typeof _.clone;
export = clone;
import { clone } from "../index";
export = clone;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const cloneDeep: typeof _.cloneDeep;
export = cloneDeep;
import { cloneDeep } from "../index";
export = cloneDeep;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const cloneDeepWith: typeof _.cloneDeepWith;
export = cloneDeepWith;
import { cloneDeepWith } from "../index";
export = cloneDeepWith;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const cloneWith: typeof _.cloneWith;
export = cloneWith;
import { cloneWith } from "../index";
export = cloneWith;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const compact: typeof _.compact;
export = compact;
import { compact } from "../index";
export = compact;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const concat: typeof _.concat;
export = concat;
import { concat } from "../index";
export = concat;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const constant: typeof _.constant;
export = constant;
import { constant } from "../index";
export = constant;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const countBy: typeof _.countBy;
export = countBy;
import { countBy } from "../index";
export = countBy;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const create: typeof _.create;
export = create;
import { create } from "../index";
export = create;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const curry: typeof _.curry;
export = curry;
import { curry } from "../index";
export = curry;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const curryRight: typeof _.curryRight;
export = curryRight;
import { curryRight } from "../index";
export = curryRight;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const debounce: typeof _.debounce;
export = debounce;
import { debounce } from "../index";
export = debounce;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const deburr: typeof _.deburr;
export = deburr;
import { deburr } from "../index";
export = deburr;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const defaults: typeof _.defaults;
export = defaults;
import { defaults } from "../index";
export = defaults;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const defaultsDeep: typeof _.defaultsDeep;
export = defaultsDeep;
import { defaultsDeep } from "../index";
export = defaultsDeep;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const defer: typeof _.defer;
export = defer;
import { defer } from "../index";
export = defer;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const delay: typeof _.delay;
export = delay;
import { delay } from "../index";
export = delay;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const difference: typeof _.difference;
export = difference;
import { difference } from "../index";
export = difference;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const differenceBy: typeof _.differenceBy;
export = differenceBy;
import { differenceBy } from "../index";
export = differenceBy;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const differenceWith: typeof _.differenceWith;
export = differenceWith;
import { differenceWith } from "../index";
export = differenceWith;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const drop: typeof _.drop;
export = drop;
import { drop } from "../index";
export = drop;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const dropRight: typeof _.dropRight;
export = dropRight;
import { dropRight } from "../index";
export = dropRight;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const dropRightWhile: typeof _.dropRightWhile;
export = dropRightWhile;
import { dropRightWhile } from "../index";
export = dropRightWhile;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const dropWhile: typeof _.dropWhile;
export = dropWhile;
import { dropWhile } from "../index";
export = dropWhile;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const each: typeof _.each;
export = each;
import { each } from "../index";
export = each;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const eachRight: typeof _.eachRight;
export = eachRight;
import { eachRight } from "../index";
export = eachRight;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const endsWith: typeof _.endsWith;
export = endsWith;
import { endsWith } from "../index";
export = endsWith;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const eq: typeof _.eq;
export = eq;
import { eq } from "../index";
export = eq;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const escape: typeof _.escape;
export = escape;
import { escape } from "../index";
export = escape;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const escapeRegExp: typeof _.escapeRegExp;
export = escapeRegExp;
import { escapeRegExp } from "../index";
export = escapeRegExp;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const every: typeof _.every;
export = every;
import { every } from "../index";
export = every;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const extend: typeof _.extend;
export = extend;
import { extend } from "../index";
export = extend;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const extendWith: typeof _.extendWith;
export = extendWith;
import { extendWith } from "../index";
export = extendWith;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const fill: typeof _.fill;
export = fill;
import { fill } from "../index";
export = fill;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const filter: typeof _.filter;
export = filter;
import { filter } from "../index";
export = filter;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const find: typeof _.find;
export = find;
import { find } from "../index";
export = find;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const findIndex: typeof _.findIndex;
export = findIndex;
import { findIndex } from "../index";
export = findIndex;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const findKey: typeof _.findKey;
export = findKey;
import { findKey } from "../index";
export = findKey;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const findLast: typeof _.findLast;
export = findLast;
import { findLast } from "../index";
export = findLast;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const findLastIndex: typeof _.findLastIndex;
export = findLastIndex;
import { findLastIndex } from "../index";
export = findLastIndex;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const findLastKey: typeof _.findLastKey;
export = findLastKey;
import { findLastKey } from "../index";
export = findLastKey;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const first: typeof _.first;
export = first;
import { first } from "../index";
export = first;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const flatMap: typeof _.flatMap;
export = flatMap;
import { flatMap } from "../index";
export = flatMap;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const flatten: typeof _.flatten;
export = flatten;
import { flatten } from "../index";
export = flatten;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const flattenDeep: typeof _.flattenDeep;
export = flattenDeep;
import { flattenDeep } from "../index";
export = flattenDeep;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const flattenDepth: typeof _.flattenDepth;
export = flattenDepth;
import { flattenDepth } from "../index";
export = flattenDepth;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const flip: typeof _.flip;
export = flip;
import { flip } from "../index";
export = flip;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const floor: typeof _.floor;
export = floor;
import { floor } from "../index";
export = floor;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const flow: typeof _.flow;
export = flow;
import { flow } from "../index";
export = flow;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const flowRight: typeof _.flowRight;
export = flowRight;
import { flowRight } from "../index";
export = flowRight;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const forEach: typeof _.forEach;
export = forEach;
import { forEach } from "../index";
export = forEach;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const forEachRight: typeof _.forEachRight;
export = forEachRight;
import { forEachRight } from "../index";
export = forEachRight;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const forIn: typeof _.forIn;
export = forIn;
import { forIn } from "../index";
export = forIn;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const forInRight: typeof _.forInRight;
export = forInRight;
import { forInRight } from "../index";
export = forInRight;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const forOwn: typeof _.forOwn;
export = forOwn;
import { forOwn } from "../index";
export = forOwn;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const forOwnRight: typeof _.forOwnRight;
export = forOwnRight;
import { forOwnRight } from "../index";
export = forOwnRight;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const fromPairs: typeof _.fromPairs;
export = fromPairs;
import { fromPairs } from "../index";
export = fromPairs;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const functions: typeof _.functions;
export = functions;
import { functions } from "../index";
export = functions;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const functionsIn: typeof _.functionsIn;
export = functionsIn;
import { functionsIn } from "../index";
export = functionsIn;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const get: typeof _.get;
export = get;
import { get } from "../index";
export = get;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const groupBy: typeof _.groupBy;
export = groupBy;
import { groupBy } from "../index";
export = groupBy;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const gt: typeof _.gt;
export = gt;
import { gt } from "../index";
export = gt;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const gte: typeof _.gte;
export = gte;
import { gte } from "../index";
export = gte;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const has: typeof _.has;
export = has;
import { has } from "../index";
export = has;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const hasIn: typeof _.hasIn;
export = hasIn;
import { hasIn } from "../index";
export = hasIn;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const head: typeof _.head;
export = head;
import { head } from "../index";
export = head;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const identity: typeof _.identity;
export = identity;
import { identity } from "../index";
export = identity;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const includes: typeof _.includes;
export = includes;
import { includes } from "../index";
export = includes;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const indexOf: typeof _.indexOf;
export = indexOf;
import { indexOf } from "../index";
export = indexOf;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const initial: typeof _.initial;
export = initial;
import { initial } from "../index";
export = initial;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const inRange: typeof _.inRange;
export = inRange;
import { inRange } from "../index";
export = inRange;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const intersection: typeof _.intersection;
export = intersection;
import { intersection } from "../index";
export = intersection;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const intersectionBy: typeof _.intersectionBy;
export = intersectionBy;
import { intersectionBy } from "../index";
export = intersectionBy;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const intersectionWith: typeof _.intersectionWith;
export = intersectionWith;
import { intersectionWith } from "../index";
export = intersectionWith;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const invert: typeof _.invert;
export = invert;
import { invert } from "../index";
export = invert;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const invertBy: typeof _.invertBy;
export = invertBy;
import { invertBy } from "../index";
export = invertBy;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const invoke: typeof _.invoke;
export = invoke;
import { invoke } from "../index";
export = invoke;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const invokeMap: typeof _.invokeMap;
export = invokeMap;
import { invokeMap } from "../index";
export = invokeMap;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const isArguments: typeof _.isArguments;
export = isArguments;
import { isArguments } from "../index";
export = isArguments;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const isArray: typeof _.isArray;
export = isArray;
import { isArray } from "../index";
export = isArray;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const isArrayBuffer: typeof _.isArrayBuffer;
export = isArrayBuffer;
import { isArrayBuffer } from "../index";
export = isArrayBuffer;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const isArrayLike: typeof _.isArrayLike;
export = isArrayLike;
import { isArrayLike } from "../index";
export = isArrayLike;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const isArrayLikeObject: typeof _.isArrayLikeObject;
export = isArrayLikeObject;
import { isArrayLikeObject } from "../index";
export = isArrayLikeObject;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const isBoolean: typeof _.isBoolean;
export = isBoolean;
import { isBoolean } from "../index";
export = isBoolean;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const isBuffer: typeof _.isBuffer;
export = isBuffer;
import { isBuffer } from "../index";
export = isBuffer;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const isDate: typeof _.isDate;
export = isDate;
import { isDate } from "../index";
export = isDate;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const isElement: typeof _.isElement;
export = isElement;
import { isElement } from "../index";
export = isElement;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const isEmpty: typeof _.isEmpty;
export = isEmpty;
import { isEmpty } from "../index";
export = isEmpty;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const isEqual: typeof _.isEqual;
export = isEqual;
import { isEqual } from "../index";
export = isEqual;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const isEqualWith: typeof _.isEqualWith;
export = isEqualWith;
import { isEqualWith } from "../index";
export = isEqualWith;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const isError: typeof _.isError;
export = isError;
import { isError } from "../index";
export = isError;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const isFinite: typeof _.isFinite;
export = isFinite;
import { isFinite } from "../index";
export = isFinite;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const isFunction: typeof _.isFunction;
export = isFunction;
import { isFunction } from "../index";
export = isFunction;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const isInteger: typeof _.isInteger;
export = isInteger;
import { isInteger } from "../index";
export = isInteger;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const isLength: typeof _.isLength;
export = isLength;
import { isLength } from "../index";
export = isLength;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const isMap: typeof _.isMap;
export = isMap;
import { isMap } from "../index";
export = isMap;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const isMatch: typeof _.isMatch;
export = isMatch;
import { isMatch } from "../index";
export = isMatch;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const isMatchWith: typeof _.isMatchWith;
export = isMatchWith;
import { isMatchWith } from "../index";
export = isMatchWith;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const isNaN: typeof _.isNaN;
export = isNaN;
import { isNaN } from "../index";
export = isNaN;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const isNative: typeof _.isNative;
export = isNative;
import { isNative } from "../index";
export = isNative;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const isNil: typeof _.isNil;
export = isNil;
import { isNil } from "../index";
export = isNil;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const isNull: typeof _.isNull;
export = isNull;
import { isNull } from "../index";
export = isNull;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const isNumber: typeof _.isNumber;
export = isNumber;
import { isNumber } from "../index";
export = isNumber;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const isObject: typeof _.isObject;
export = isObject;
import { isObject } from "../index";
export = isObject;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const isObjectLike: typeof _.isObjectLike;
export = isObjectLike;
import { isObjectLike } from "../index";
export = isObjectLike;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const isPlainObject: typeof _.isPlainObject;
export = isPlainObject;
import { isPlainObject } from "../index";
export = isPlainObject;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const isRegExp: typeof _.isRegExp;
export = isRegExp;
import { isRegExp } from "../index";
export = isRegExp;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const isSafeInteger: typeof _.isSafeInteger;
export = isSafeInteger;
import { isSafeInteger } from "../index";
export = isSafeInteger;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const isSet: typeof _.isSet;
export = isSet;
import { isSet } from "../index";
export = isSet;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const isString: typeof _.isString;
export = isString;
import { isString } from "../index";
export = isString;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const isSymbol: typeof _.isSymbol;
export = isSymbol;
import { isSymbol } from "../index";
export = isSymbol;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const isTypedArray: typeof _.isTypedArray;
export = isTypedArray;
import { isTypedArray } from "../index";
export = isTypedArray;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const isUndefined: typeof _.isUndefined;
export = isUndefined;
import { isUndefined } from "../index";
export = isUndefined;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const isWeakMap: typeof _.isWeakMap;
export = isWeakMap;
import { isWeakMap } from "../index";
export = isWeakMap;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const isWeakSet: typeof _.isWeakSet;
export = isWeakSet;
import { isWeakSet } from "../index";
export = isWeakSet;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const iteratee: typeof _.iteratee;
export = iteratee;
import { iteratee } from "../index";
export = iteratee;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const join: typeof _.join;
export = join;
import { join } from "../index";
export = join;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const kebabCase: typeof _.kebabCase;
export = kebabCase;
import { kebabCase } from "../index";
export = kebabCase;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const keyBy: typeof _.keyBy;
export = keyBy;
import { keyBy } from "../index";
export = keyBy;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const keys: typeof _.keys;
export = keys;
import { keys } from "../index";
export = keys;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const keysIn: typeof _.keysIn;
export = keysIn;
import { keysIn } from "../index";
export = keysIn;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const last: typeof _.last;
export = last;
import { last } from "../index";
export = last;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const lastIndexOf: typeof _.lastIndexOf;
export = lastIndexOf;
import { lastIndexOf } from "../index";
export = lastIndexOf;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const lowerCase: typeof _.lowerCase;
export = lowerCase;
import { lowerCase } from "../index";
export = lowerCase;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const lowerFirst: typeof _.lowerFirst;
export = lowerFirst;
import { lowerFirst } from "../index";
export = lowerFirst;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const lt: typeof _.lt;
export = lt;
import { lt } from "../index";
export = lt;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const lte: typeof _.lte;
export = lte;
import { lte } from "../index";
export = lte;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const map: typeof _.map;
export = map;
import { map } from "../index";
export = map;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const mapKeys: typeof _.mapKeys;
export = mapKeys;
import { mapKeys } from "../index";
export = mapKeys;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const mapValues: typeof _.mapValues;
export = mapValues;
import { mapValues } from "../index";
export = mapValues;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const matches: typeof _.matches;
export = matches;
import { matches } from "../index";
export = matches;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const matchesProperty: typeof _.matchesProperty;
export = matchesProperty;
import { matchesProperty } from "../index";
export = matchesProperty;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const max: typeof _.max;
export = max;
import { max } from "../index";
export = max;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const maxBy: typeof _.maxBy;
export = maxBy;
import { maxBy } from "../index";
export = maxBy;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const mean: typeof _.mean;
export = mean;
import { mean } from "../index";
export = mean;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const memoize: typeof _.memoize;
export = memoize;
import { memoize } from "../index";
export = memoize;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const merge: typeof _.merge;
export = merge;
import { merge } from "../index";
export = merge;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const mergeWith: typeof _.mergeWith;
export = mergeWith;
import { mergeWith } from "../index";
export = mergeWith;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const method: typeof _.method;
export = method;
import { method } from "../index";
export = method;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const methodOf: typeof _.methodOf;
export = methodOf;
import { methodOf } from "../index";
export = methodOf;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const min: typeof _.min;
export = min;
import { min } from "../index";
export = min;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const minBy: typeof _.minBy;
export = minBy;
import { minBy } from "../index";
export = minBy;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const mixin: typeof _.mixin;
export = mixin;
import { mixin } from "../index";
export = mixin;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const negate: typeof _.negate;
export = negate;
import { negate } from "../index";
export = negate;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const noConflict: typeof _.noConflict;
export = noConflict;
import { noConflict } from "../index";
export = noConflict;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const noop: typeof _.noop;
export = noop;
import { noop } from "../index";
export = noop;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const now: typeof _.now;
export = now;
import { now } from "../index";
export = now;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const nthArg: typeof _.nthArg;
export = nthArg;
import { nthArg } from "../index";
export = nthArg;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const omit: typeof _.omit;
export = omit;
import { omit } from "../index";
export = omit;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const omitBy: typeof _.omitBy;
export = omitBy;
import { omitBy } from "../index";
export = omitBy;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const once: typeof _.once;
export = once;
import { once } from "../index";
export = once;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const orderBy: typeof _.orderBy;
export = orderBy;
import { orderBy } from "../index";
export = orderBy;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const over: typeof _.over;
export = over;
import { over } from "../index";
export = over;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const overArgs: typeof _.overArgs;
export = overArgs;
import { overArgs } from "../index";
export = overArgs;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const overEvery: typeof _.overEvery;
export = overEvery;
import { overEvery } from "../index";
export = overEvery;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const overSome: typeof _.overSome;
export = overSome;
import { overSome } from "../index";
export = overSome;

4

lodash/package.json
{
"name": "@types/lodash",
"version": "4.14.42",
"version": "4.14.43",
"description": "TypeScript definitions for Lo-Dash",

@@ -15,3 +15,3 @@ "license": "MIT",

"peerDependencies": {},
"typesPublisherContentHash": "82057639b0fbb47e5ebaaef7b49f3527c084195b96a386fdeff92150bb2a040c"
"typesPublisherContentHash": "7c9d5353d39f694a89130e8e9727e7097bbeef703ad84506e689f0f8e8ac26c4"
}

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const pad: typeof _.pad;
export = pad;
import { pad } from "../index";
export = pad;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const padEnd: typeof _.padEnd;
export = padEnd;
import { padEnd } from "../index";
export = padEnd;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const padStart: typeof _.padStart;
export = padStart;
import { padStart } from "../index";
export = padStart;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const parseInt: typeof _.parseInt;
export = parseInt;
import { parseInt } from "../index";
export = parseInt;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const partial: typeof _.partial;
export = partial;
import { partial } from "../index";
export = partial;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const partialRight: typeof _.partialRight;
export = partialRight;
import { partialRight } from "../index";
export = partialRight;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const partition: typeof _.partition;
export = partition;
import { partition } from "../index";
export = partition;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const pick: typeof _.pick;
export = pick;
import { pick } from "../index";
export = pick;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const pickBy: typeof _.pickBy;
export = pickBy;
import { pickBy } from "../index";
export = pickBy;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const property: typeof _.property;
export = property;
import { property } from "../index";
export = property;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const propertyOf: typeof _.propertyOf;
export = propertyOf;
import { propertyOf } from "../index";
export = propertyOf;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const pull: typeof _.pull;
export = pull;
import { pull } from "../index";
export = pull;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const pullAll: typeof _.pullAll;
export = pullAll;
import { pullAll } from "../index";
export = pullAll;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const pullAllBy: typeof _.pullAllBy;
export = pullAllBy;
import { pullAllBy } from "../index";
export = pullAllBy;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const pullAt: typeof _.pullAt;
export = pullAt;
import { pullAt } from "../index";
export = pullAt;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const random: typeof _.random;
export = random;
import { random } from "../index";
export = random;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const range: typeof _.range;
export = range;
import { range } from "../index";
export = range;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const rangeRight: typeof _.rangeRight;
export = rangeRight;
import { rangeRight } from "../index";
export = rangeRight;

@@ -11,9 +11,8 @@ # Installation

Additional Details
* Last updated: Mon, 05 Dec 2016 21:27:36 GMT
* File structure: UMD
* Last updated: Wed, 07 Dec 2016 19:46:58 GMT
* Library Dependencies: none
* Module Dependencies: none
* Global values: _, add, after, ary, assign, assignIn, assignInWith, assignWith, at, attempt, before, bind, bindAll, bindKey, camelCase, capitalize, castArray, ceil, chain, chunk, clamp, clone, cloneDeep, cloneDeepWith, cloneWith, compact, concat, constant, countBy, create, curry, curryRight, debounce, deburr, defaults, defaultsDeep, defer, delay, difference, differenceBy, differenceWith, drop, dropRight, dropRightWhile, dropWhile, each, eachRight, endsWith, eq, escape, escapeRegExp, every, extend, extendWith, fill, filter, find, findIndex, findKey, findLast, findLastIndex, findLastKey, first, flatMap, flatten, flattenDeep, flattenDepth, flip, floor, flow, flowRight, forEach, forEachRight, forIn, forInRight, forOwn, forOwnRight, fromPairs, functions, functionsIn, get, groupBy, gt, gte, has, hasIn, head, identity, inRange, includes, indexOf, initial, intersection, intersectionBy, intersectionWith, invert, invertBy, invoke, invokeMap, isArguments, isArray, isArrayBuffer, isArrayLike, isArrayLikeObject, isBoolean, isBuffer, isDate, isElement, isEmpty, isEqual, isEqualWith, isError, isFinite, isFunction, isInteger, isLength, isMap, isMatch, isMatchWith, isNaN, isNative, isNil, isNull, isNumber, isObject, isObjectLike, isPlainObject, isRegExp, isSafeInteger, isSet, isString, isSymbol, isTypedArray, isUndefined, isWeakMap, isWeakSet, iteratee, join, kebabCase, keyBy, keys, keysIn, last, lastIndexOf, lowerCase, lowerFirst, lt, lte, map, mapKeys, mapValues, matches, matchesProperty, max, maxBy, mean, memoize, merge, mergeWith, method, methodOf, min, minBy, mixin, negate, noConflict, noop, now, nthArg, omit, omitBy, once, orderBy, over, overArgs, overEvery, overSome, pad, padEnd, padStart, parseInt, partial, partialRight, partition, pick, pickBy, property, propertyOf, pull, pullAll, pullAllBy, pullAt, random, range, rangeRight, rearg, reduce, reduceRight, reject, remove, repeat, replace, rest, result, reverse, round, runInContext, sample, sampleSize, set, setWith, shuffle, size, slice, snakeCase, some, sortBy, sortedIndex, sortedIndexBy, sortedIndexOf, sortedLastIndex, sortedLastIndexBy, sortedLastIndexOf, sortedUniq, sortedUniqBy, split, spread, startCase, startsWith, subtract, sum, sumBy, tail, take, takeRight, takeRightWhile, takeWhile, tap, template, throttle, thru, times, toArray, toInteger, toLength, toLower, toNumber, toPairs, toPairsIn, toPath, toPlainObject, toSafeInteger, toString, toUpper, transform, trim, trimEnd, trimStart, truncate, unary, unescape, union, unionBy, unionWith, uniq, uniqBy, uniqWith, uniqueId, unset, unzip, unzipWith, update, upperCase, upperFirst, values, valuesIn, without, words, wrap, xor, xorBy, xorWith, zip, zipObject, zipWith
* Global values: _
# Credits
These definitions were written by Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>.

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const rearg: typeof _.rearg;
export = rearg;
import { rearg } from "../index";
export = rearg;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const reduce: typeof _.reduce;
export = reduce;
import { reduce } from "../index";
export = reduce;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const reduceRight: typeof _.reduceRight;
export = reduceRight;
import { reduceRight } from "../index";
export = reduceRight;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const reject: typeof _.reject;
export = reject;
import { reject } from "../index";
export = reject;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const remove: typeof _.remove;
export = remove;
import { remove } from "../index";
export = remove;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const repeat: typeof _.repeat;
export = repeat;
import { repeat } from "../index";
export = repeat;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const replace: typeof _.replace;
export = replace;
import { replace } from "../index";
export = replace;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const rest: typeof _.rest;
export = rest;
import { rest } from "../index";
export = rest;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const result: typeof _.result;
export = result;
import { result } from "../index";
export = result;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const reverse: typeof _.reverse;
export = reverse;
import { reverse } from "../index";
export = reverse;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const round: typeof _.round;
export = round;
import { round } from "../index";
export = round;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const runInContext: typeof _.runInContext;
export = runInContext;
import { runInContext } from "../index";
export = runInContext;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const sample: typeof _.sample;
export = sample;
import { sample } from "../index";
export = sample;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const sampleSize: typeof _.sampleSize;
export = sampleSize;
import { sampleSize } from "../index";
export = sampleSize;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const set: typeof _.set;
export = set;
import { set } from "../index";
export = set;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const setWith: typeof _.setWith;
export = setWith;
import { setWith } from "../index";
export = setWith;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const shuffle: typeof _.shuffle;
export = shuffle;
import { shuffle } from "../index";
export = shuffle;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const size: typeof _.size;
export = size;
import { size } from "../index";
export = size;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const slice: typeof _.slice;
export = slice;
import { slice } from "../index";
export = slice;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const snakeCase: typeof _.snakeCase;
export = snakeCase;
import { snakeCase } from "../index";
export = snakeCase;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const some: typeof _.some;
export = some;
import { some } from "../index";
export = some;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const sortBy: typeof _.sortBy;
export = sortBy;
import { sortBy } from "../index";
export = sortBy;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const sortedIndex: typeof _.sortedIndex;
export = sortedIndex;
import { sortedIndex } from "../index";
export = sortedIndex;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const sortedIndexBy: typeof _.sortedIndexBy;
export = sortedIndexBy;
import { sortedIndexBy } from "../index";
export = sortedIndexBy;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const sortedIndexOf: typeof _.sortedIndexOf;
export = sortedIndexOf;
import { sortedIndexOf } from "../index";
export = sortedIndexOf;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const sortedLastIndex: typeof _.sortedLastIndex;
export = sortedLastIndex;
import { sortedLastIndex } from "../index";
export = sortedLastIndex;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const sortedLastIndexBy: typeof _.sortedLastIndexBy;
export = sortedLastIndexBy;
import { sortedLastIndexBy } from "../index";
export = sortedLastIndexBy;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const sortedLastIndexOf: typeof _.sortedLastIndexOf;
export = sortedLastIndexOf;
import { sortedLastIndexOf } from "../index";
export = sortedLastIndexOf;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const sortedUniq: typeof _.sortedUniq;
export = sortedUniq;
import { sortedUniq } from "../index";
export = sortedUniq;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const sortedUniqBy: typeof _.sortedUniqBy;
export = sortedUniqBy;
import { sortedUniqBy } from "../index";
export = sortedUniqBy;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const split: typeof _.split;
export = split;
import { split } from "../index";
export = split;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const spread: typeof _.spread;
export = spread;
import { spread } from "../index";
export = spread;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const startCase: typeof _.startCase;
export = startCase;
import { startCase } from "../index";
export = startCase;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const startsWith: typeof _.startsWith;
export = startsWith;
import { startsWith } from "../index";
export = startsWith;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const subtract: typeof _.subtract;
export = subtract;
import { subtract } from "../index";
export = subtract;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const sum: typeof _.sum;
export = sum;
import { sum } from "../index";
export = sum;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const sumBy: typeof _.sumBy;
export = sumBy;
import { sumBy } from "../index";
export = sumBy;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const tail: typeof _.tail;
export = tail;
import { tail } from "../index";
export = tail;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const take: typeof _.take;
export = take;
import { take } from "../index";
export = take;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const takeRight: typeof _.takeRight;
export = takeRight;
import { takeRight } from "../index";
export = takeRight;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const takeRightWhile: typeof _.takeRightWhile;
export = takeRightWhile;
import { takeRightWhile } from "../index";
export = takeRightWhile;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const takeWhile: typeof _.takeWhile;
export = takeWhile;
import { takeWhile } from "../index";
export = takeWhile;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const tap: typeof _.tap;
export = tap;
import { tap } from "../index";
export = tap;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const template: typeof _.template;
export = template;
import { template } from "../index";
export = template;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const throttle: typeof _.throttle;
export = throttle;
import { throttle } from "../index";
export = throttle;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const thru: typeof _.thru;
export = thru;
import { thru } from "../index";
export = thru;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const times: typeof _.times;
export = times;
import { times } from "../index";
export = times;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const toArray: typeof _.toArray;
export = toArray;
import { toArray } from "../index";
export = toArray;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const toInteger: typeof _.toInteger;
export = toInteger;
import { toInteger } from "../index";
export = toInteger;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const toLength: typeof _.toLength;
export = toLength;
import { toLength } from "../index";
export = toLength;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const toLower: typeof _.toLower;
export = toLower;
import { toLower } from "../index";
export = toLower;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const toNumber: typeof _.toNumber;
export = toNumber;
import { toNumber } from "../index";
export = toNumber;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const toPairs: typeof _.toPairs;
export = toPairs;
import { toPairs } from "../index";
export = toPairs;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const toPairsIn: typeof _.toPairsIn;
export = toPairsIn;
import { toPairsIn } from "../index";
export = toPairsIn;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const toPath: typeof _.toPath;
export = toPath;
import { toPath } from "../index";
export = toPath;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const toPlainObject: typeof _.toPlainObject;
export = toPlainObject;
import { toPlainObject } from "../index";
export = toPlainObject;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const toSafeInteger: typeof _.toSafeInteger;
export = toSafeInteger;
import { toSafeInteger } from "../index";
export = toSafeInteger;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const toString: typeof _.toString;
export = toString;
import { toString } from "../index";
export = toString;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const toUpper: typeof _.toUpper;
export = toUpper;
import { toUpper } from "../index";
export = toUpper;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const transform: typeof _.transform;
export = transform;
import { transform } from "../index";
export = transform;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const trim: typeof _.trim;
export = trim;
import { trim } from "../index";
export = trim;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const trimEnd: typeof _.trimEnd;
export = trimEnd;
import { trimEnd } from "../index";
export = trimEnd;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const trimStart: typeof _.trimStart;
export = trimStart;
import { trimStart } from "../index";
export = trimStart;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const truncate: typeof _.truncate;
export = truncate;
import { truncate } from "../index";
export = truncate;

@@ -12,291 +12,293 @@ {

"sourceBranch": "types-2.0",
"kind": "UMD",
"globals": [
"_",
"add",
"after",
"ary",
"assign",
"assignIn",
"assignInWith",
"assignWith",
"at",
"attempt",
"before",
"bind",
"bindAll",
"bindKey",
"camelCase",
"capitalize",
"castArray",
"ceil",
"chain",
"chunk",
"clamp",
"clone",
"cloneDeep",
"cloneDeepWith",
"cloneWith",
"compact",
"concat",
"constant",
"countBy",
"create",
"curry",
"curryRight",
"debounce",
"deburr",
"defaults",
"defaultsDeep",
"defer",
"delay",
"difference",
"differenceBy",
"differenceWith",
"drop",
"dropRight",
"dropRightWhile",
"dropWhile",
"each",
"eachRight",
"endsWith",
"eq",
"escape",
"escapeRegExp",
"every",
"extend",
"extendWith",
"fill",
"filter",
"find",
"findIndex",
"findKey",
"findLast",
"findLastIndex",
"findLastKey",
"first",
"flatMap",
"flatten",
"flattenDeep",
"flattenDepth",
"flip",
"floor",
"flow",
"flowRight",
"forEach",
"forEachRight",
"forIn",
"forInRight",
"forOwn",
"forOwnRight",
"fromPairs",
"functions",
"functionsIn",
"get",
"groupBy",
"gt",
"gte",
"has",
"hasIn",
"head",
"identity",
"inRange",
"includes",
"indexOf",
"initial",
"intersection",
"intersectionBy",
"intersectionWith",
"invert",
"invertBy",
"invoke",
"invokeMap",
"isArguments",
"isArray",
"isArrayBuffer",
"isArrayLike",
"isArrayLikeObject",
"isBoolean",
"isBuffer",
"isDate",
"isElement",
"isEmpty",
"isEqual",
"isEqualWith",
"isError",
"isFinite",
"isFunction",
"isInteger",
"isLength",
"isMap",
"isMatch",
"isMatchWith",
"isNaN",
"isNative",
"isNil",
"isNull",
"isNumber",
"isObject",
"isObjectLike",
"isPlainObject",
"isRegExp",
"isSafeInteger",
"isSet",
"isString",
"isSymbol",
"isTypedArray",
"isUndefined",
"isWeakMap",
"isWeakSet",
"iteratee",
"join",
"kebabCase",
"keyBy",
"keys",
"keysIn",
"last",
"lastIndexOf",
"lowerCase",
"lowerFirst",
"lt",
"lte",
"map",
"mapKeys",
"mapValues",
"matches",
"matchesProperty",
"max",
"maxBy",
"mean",
"memoize",
"merge",
"mergeWith",
"method",
"methodOf",
"min",
"minBy",
"mixin",
"negate",
"noConflict",
"noop",
"now",
"nthArg",
"omit",
"omitBy",
"once",
"orderBy",
"over",
"overArgs",
"overEvery",
"overSome",
"pad",
"padEnd",
"padStart",
"parseInt",
"partial",
"partialRight",
"partition",
"pick",
"pickBy",
"property",
"propertyOf",
"pull",
"pullAll",
"pullAllBy",
"pullAt",
"random",
"range",
"rangeRight",
"rearg",
"reduce",
"reduceRight",
"reject",
"remove",
"repeat",
"replace",
"rest",
"result",
"reverse",
"round",
"runInContext",
"sample",
"sampleSize",
"set",
"setWith",
"shuffle",
"size",
"slice",
"snakeCase",
"some",
"sortBy",
"sortedIndex",
"sortedIndexBy",
"sortedIndexOf",
"sortedLastIndex",
"sortedLastIndexBy",
"sortedLastIndexOf",
"sortedUniq",
"sortedUniqBy",
"split",
"spread",
"startCase",
"startsWith",
"subtract",
"sum",
"sumBy",
"tail",
"take",
"takeRight",
"takeRightWhile",
"takeWhile",
"tap",
"template",
"throttle",
"thru",
"times",
"toArray",
"toInteger",
"toLength",
"toLower",
"toNumber",
"toPairs",
"toPairsIn",
"toPath",
"toPlainObject",
"toSafeInteger",
"toString",
"toUpper",
"transform",
"trim",
"trimEnd",
"trimStart",
"truncate",
"unary",
"unescape",
"union",
"unionBy",
"unionWith",
"uniq",
"uniqBy",
"uniqWith",
"uniqueId",
"unset",
"unzip",
"unzipWith",
"update",
"upperCase",
"upperFirst",
"values",
"valuesIn",
"without",
"words",
"wrap",
"xor",
"xorBy",
"xorWith",
"zip",
"zipObject",
"zipWith"
"_"
],
"declaredModules": [],
"declaredModules": [
"lodash",
"lodash\\add",
"lodash\\after",
"lodash\\ary",
"lodash\\assign",
"lodash\\assignIn",
"lodash\\assignInWith",
"lodash\\assignWith",
"lodash\\at",
"lodash\\attempt",
"lodash\\before",
"lodash\\bind",
"lodash\\bindAll",
"lodash\\bindKey",
"lodash\\camelCase",
"lodash\\capitalize",
"lodash\\castArray",
"lodash\\ceil",
"lodash\\chain",
"lodash\\chunk",
"lodash\\clamp",
"lodash\\clone",
"lodash\\cloneDeep",
"lodash\\cloneDeepWith",
"lodash\\cloneWith",
"lodash\\compact",
"lodash\\concat",
"lodash\\constant",
"lodash\\countBy",
"lodash\\create",
"lodash\\curry",
"lodash\\curryRight",
"lodash\\debounce",
"lodash\\deburr",
"lodash\\defaults",
"lodash\\defaultsDeep",
"lodash\\defer",
"lodash\\delay",
"lodash\\difference",
"lodash\\differenceBy",
"lodash\\differenceWith",
"lodash\\drop",
"lodash\\dropRight",
"lodash\\dropRightWhile",
"lodash\\dropWhile",
"lodash\\each",
"lodash\\eachRight",
"lodash\\endsWith",
"lodash\\eq",
"lodash\\escape",
"lodash\\escapeRegExp",
"lodash\\every",
"lodash\\extend",
"lodash\\extendWith",
"lodash\\fb",
"lodash\\fill",
"lodash\\filter",
"lodash\\find",
"lodash\\findIndex",
"lodash\\findKey",
"lodash\\findLast",
"lodash\\findLastIndex",
"lodash\\findLastKey",
"lodash\\first",
"lodash\\flatMap",
"lodash\\flatten",
"lodash\\flattenDeep",
"lodash\\flattenDepth",
"lodash\\flip",
"lodash\\floor",
"lodash\\flow",
"lodash\\flowRight",
"lodash\\forEach",
"lodash\\forEachRight",
"lodash\\forIn",
"lodash\\forInRight",
"lodash\\forOwn",
"lodash\\forOwnRight",
"lodash\\fromPairs",
"lodash\\functions",
"lodash\\functionsIn",
"lodash\\get",
"lodash\\groupBy",
"lodash\\gt",
"lodash\\gte",
"lodash\\has",
"lodash\\hasIn",
"lodash\\head",
"lodash\\identity",
"lodash\\includes",
"lodash\\indexOf",
"lodash\\initial",
"lodash\\inRange",
"lodash\\intersection",
"lodash\\intersectionBy",
"lodash\\intersectionWith",
"lodash\\invert",
"lodash\\invertBy",
"lodash\\invoke",
"lodash\\invokeMap",
"lodash\\isArguments",
"lodash\\isArray",
"lodash\\isArrayBuffer",
"lodash\\isArrayLike",
"lodash\\isArrayLikeObject",
"lodash\\isBoolean",
"lodash\\isBuffer",
"lodash\\isDate",
"lodash\\isElement",
"lodash\\isEmpty",
"lodash\\isEqual",
"lodash\\isEqualWith",
"lodash\\isError",
"lodash\\isFinite",
"lodash\\isFunction",
"lodash\\isInteger",
"lodash\\isLength",
"lodash\\isMap",
"lodash\\isMatch",
"lodash\\isMatchWith",
"lodash\\isNaN",
"lodash\\isNative",
"lodash\\isNil",
"lodash\\isNull",
"lodash\\isNumber",
"lodash\\isObject",
"lodash\\isObjectLike",
"lodash\\isPlainObject",
"lodash\\isRegExp",
"lodash\\isSafeInteger",
"lodash\\isSet",
"lodash\\isString",
"lodash\\isSymbol",
"lodash\\isTypedArray",
"lodash\\isUndefined",
"lodash\\isWeakMap",
"lodash\\isWeakSet",
"lodash\\iteratee",
"lodash\\join",
"lodash\\kebabCase",
"lodash\\keyBy",
"lodash\\keys",
"lodash\\keysIn",
"lodash\\last",
"lodash\\lastIndexOf",
"lodash\\lowerCase",
"lodash\\lowerFirst",
"lodash\\lt",
"lodash\\lte",
"lodash\\map",
"lodash\\mapKeys",
"lodash\\mapValues",
"lodash\\matches",
"lodash\\matchesProperty",
"lodash\\max",
"lodash\\maxBy",
"lodash\\mean",
"lodash\\memoize",
"lodash\\merge",
"lodash\\mergeWith",
"lodash\\method",
"lodash\\methodOf",
"lodash\\min",
"lodash\\minBy",
"lodash\\mixin",
"lodash\\negate",
"lodash\\noConflict",
"lodash\\noop",
"lodash\\now",
"lodash\\nthArg",
"lodash\\omit",
"lodash\\omitBy",
"lodash\\once",
"lodash\\orderBy",
"lodash\\over",
"lodash\\overArgs",
"lodash\\overEvery",
"lodash\\overSome",
"lodash\\pad",
"lodash\\padEnd",
"lodash\\padStart",
"lodash\\parseInt",
"lodash\\partial",
"lodash\\partialRight",
"lodash\\partition",
"lodash\\pick",
"lodash\\pickBy",
"lodash\\property",
"lodash\\propertyOf",
"lodash\\pull",
"lodash\\pullAll",
"lodash\\pullAllBy",
"lodash\\pullAt",
"lodash\\random",
"lodash\\range",
"lodash\\rangeRight",
"lodash\\rearg",
"lodash\\reduce",
"lodash\\reduceRight",
"lodash\\reject",
"lodash\\remove",
"lodash\\repeat",
"lodash\\replace",
"lodash\\rest",
"lodash\\result",
"lodash\\reverse",
"lodash\\round",
"lodash\\runInContext",
"lodash\\sample",
"lodash\\sampleSize",
"lodash\\set",
"lodash\\setWith",
"lodash\\shuffle",
"lodash\\size",
"lodash\\slice",
"lodash\\snakeCase",
"lodash\\some",
"lodash\\sortBy",
"lodash\\sortedIndex",
"lodash\\sortedIndexBy",
"lodash\\sortedIndexOf",
"lodash\\sortedLastIndex",
"lodash\\sortedLastIndexBy",
"lodash\\sortedLastIndexOf",
"lodash\\sortedUniq",
"lodash\\sortedUniqBy",
"lodash\\split",
"lodash\\spread",
"lodash\\startCase",
"lodash\\startsWith",
"lodash\\subtract",
"lodash\\sum",
"lodash\\sumBy",
"lodash\\tail",
"lodash\\take",
"lodash\\takeRight",
"lodash\\takeRightWhile",
"lodash\\takeWhile",
"lodash\\tap",
"lodash\\template",
"lodash\\throttle",
"lodash\\thru",
"lodash\\times",
"lodash\\toArray",
"lodash\\toInteger",
"lodash\\toLength",
"lodash\\toLower",
"lodash\\toNumber",
"lodash\\toPairs",
"lodash\\toPairsIn",
"lodash\\toPath",
"lodash\\toPlainObject",
"lodash\\toSafeInteger",
"lodash\\toString",
"lodash\\toUpper",
"lodash\\transform",
"lodash\\trim",
"lodash\\trimEnd",
"lodash\\trimStart",
"lodash\\truncate",
"lodash\\unary",
"lodash\\unescape",
"lodash\\union",
"lodash\\unionBy",
"lodash\\unionWith",
"lodash\\uniq",
"lodash\\uniqBy",
"lodash\\uniqueId",
"lodash\\uniqWith",
"lodash\\unset",
"lodash\\unzip",
"lodash\\unzipWith",
"lodash\\update",
"lodash\\upperCase",
"lodash\\upperFirst",
"lodash\\values",
"lodash\\valuesIn",
"lodash\\without",
"lodash\\words",
"lodash\\wrap",
"lodash\\xor",
"lodash\\xorBy",
"lodash\\xorWith",
"lodash\\zip",
"lodash\\zipObject",
"lodash\\zipWith"
],
"files": [

@@ -591,3 +593,3 @@ "add/index.d.ts",

"hasPackageJson": false,
"contentHash": "82057639b0fbb47e5ebaaef7b49f3527c084195b96a386fdeff92150bb2a040c"
"contentHash": "7c9d5353d39f694a89130e8e9727e7097bbeef703ad84506e689f0f8e8ac26c4"
}

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const unary: typeof _.unary;
export = unary;
import { unary } from "../index";
export = unary;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const unescape: typeof _.unescape;
export = unescape;
import { unescape } from "../index";
export = unescape;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const union: typeof _.union;
export = union;
import { union } from "../index";
export = union;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const unionBy: typeof _.unionBy;
export = unionBy;
import { unionBy } from "../index";
export = unionBy;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const unionWith: typeof _.unionWith;
export = unionWith;
import { unionWith } from "../index";
export = unionWith;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const uniq: typeof _.uniq;
export = uniq;
import { uniq } from "../index";
export = uniq;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const uniqBy: typeof _.uniqBy;
export = uniqBy;
import { uniqBy } from "../index";
export = uniqBy;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const uniqueId: typeof _.uniqueId;
export = uniqueId;
import { uniqueId } from "../index";
export = uniqueId;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const uniqWith: typeof _.uniqWith;
export = uniqWith;
import { uniqWith } from "../index";
export = uniqWith;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const unset: typeof _.unset;
export = unset;
import { unset } from "../index";
export = unset;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const unzip: typeof _.unzip;
export = unzip;
import { unzip } from "../index";
export = unzip;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const unzipWith: typeof _.unzipWith;
export = unzipWith;
import { unzipWith } from "../index";
export = unzipWith;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const update: typeof _.update;
export = update;
import { update } from "../index";
export = update;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const upperCase: typeof _.upperCase;
export = upperCase;
import { upperCase } from "../index";
export = upperCase;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const upperFirst: typeof _.upperFirst;
export = upperFirst;
import { upperFirst } from "../index";
export = upperFirst;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const values: typeof _.values;
export = values;
import { values } from "../index";
export = values;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const valuesIn: typeof _.valuesIn;
export = valuesIn;
import { valuesIn } from "../index";
export = valuesIn;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const without: typeof _.without;
export = without;
import { without } from "../index";
export = without;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const words: typeof _.words;
export = words;
import { words } from "../index";
export = words;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const wrap: typeof _.wrap;
export = wrap;
import { wrap } from "../index";
export = wrap;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const xor: typeof _.xor;
export = xor;
import { xor } from "../index";
export = xor;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const xorBy: typeof _.xorBy;
export = xorBy;
import { xorBy } from "../index";
export = xorBy;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const xorWith: typeof _.xorWith;
export = xorWith;
import { xorWith } from "../index";
export = xorWith;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const zip: typeof _.zip;
export = zip;
import { zip } from "../index";
export = zip;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const zipObject: typeof _.zipObject;
export = zipObject;
import { zipObject } from "../index";
export = zipObject;

@@ -1,8 +0,2 @@

// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const zipWith: typeof _.zipWith;
export = zipWith;
import { zipWith } from "../index";
export = zipWith;
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc