* Fix https://github.com/Microsoft/TypeScript/issues/11916: Make lodash declarations a module

* Use lodash as a module

* Use lodash as  module

* Add headder
This commit is contained in:
Mohamed Hegazy 2016-10-31 13:39:11 -07:00 committed by GitHub
parent d959abe7b9
commit 32cfdbb3f4
290 changed files with 2587 additions and 1839 deletions

View File

@ -2,6 +2,7 @@ import * as Knex from 'knex';
import * as Bookshelf from 'bookshelf';
import * as assert from 'assert';
import * as express from 'express';
import * as _ from "lodash";
/**
* The examples/tests below follow Bookshelf documentation chapter after chapter: http://bookshelfjs.org/
@ -296,7 +297,7 @@ class Account extends bookshelf.Model<Account> {
}
{
var checkit = require('checkit');
//todo: make sure this works with BlueBird 3.0
var bcrypt:any; // = Promise.promisifyAll(require('bcrypt'));

8
lodash/add/index.d.ts vendored Normal file
View File

@ -0,0 +1,8 @@
// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, 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;

8
lodash/after/index.d.ts vendored Normal file
View File

@ -0,0 +1,8 @@
// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, 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;

8
lodash/ary/index.d.ts vendored Normal file
View File

@ -0,0 +1,8 @@
// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, 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;

8
lodash/assign/index.d.ts vendored Normal file
View File

@ -0,0 +1,8 @@
// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, 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;

8
lodash/assignIn/index.d.ts vendored Normal file
View File

@ -0,0 +1,8 @@
// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, 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;

8
lodash/assignInWith/index.d.ts vendored Normal file
View File

@ -0,0 +1,8 @@
// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, 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;

8
lodash/assignWith/index.d.ts vendored Normal file
View File

@ -0,0 +1,8 @@
// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, 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;

8
lodash/at/index.d.ts vendored Normal file
View File

@ -0,0 +1,8 @@
// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, 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;

8
lodash/attempt/index.d.ts vendored Normal file
View File

@ -0,0 +1,8 @@
// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, 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;

8
lodash/before/index.d.ts vendored Normal file
View File

@ -0,0 +1,8 @@
// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, 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;

8
lodash/bind/index.d.ts vendored Normal file
View File

@ -0,0 +1,8 @@
// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, 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;

8
lodash/bindAll/index.d.ts vendored Normal file
View File

@ -0,0 +1,8 @@
// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, 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;

8
lodash/bindKey/index.d.ts vendored Normal file
View File

@ -0,0 +1,8 @@
// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, 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;

8
lodash/camelCase/index.d.ts vendored Normal file
View File

@ -0,0 +1,8 @@
// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, 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;

8
lodash/capitalize/index.d.ts vendored Normal file
View File

@ -0,0 +1,8 @@
// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, 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;

8
lodash/castArray/index.d.ts vendored Normal file
View File

@ -0,0 +1,8 @@
// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, 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;

8
lodash/ceil/index.d.ts vendored Normal file
View File

@ -0,0 +1,8 @@
// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, 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;

8
lodash/chain/index.d.ts vendored Normal file
View File

@ -0,0 +1,8 @@
// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, 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;

8
lodash/chunk/index.d.ts vendored Normal file
View File

@ -0,0 +1,8 @@
// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, 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;

8
lodash/clamp/index.d.ts vendored Normal file
View File

@ -0,0 +1,8 @@
// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, 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;

8
lodash/clone/index.d.ts vendored Normal file
View File

@ -0,0 +1,8 @@
// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, 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;

8
lodash/cloneDeep/index.d.ts vendored Normal file
View File

@ -0,0 +1,8 @@
// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, 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;

8
lodash/cloneDeepWith/index.d.ts vendored Normal file
View File

@ -0,0 +1,8 @@
// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, 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;

8
lodash/cloneWith/index.d.ts vendored Normal file
View File

@ -0,0 +1,8 @@
// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, 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;

8
lodash/compact/index.d.ts vendored Normal file
View File

@ -0,0 +1,8 @@
// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, 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;

8
lodash/concat/index.d.ts vendored Normal file
View File

@ -0,0 +1,8 @@
// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, 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;

8
lodash/constant/index.d.ts vendored Normal file
View File

@ -0,0 +1,8 @@
// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, 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;

8
lodash/countBy/index.d.ts vendored Normal file
View File

@ -0,0 +1,8 @@
// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, 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;

8
lodash/create/index.d.ts vendored Normal file
View File

@ -0,0 +1,8 @@
// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, 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;

8
lodash/curry/index.d.ts vendored Normal file
View File

@ -0,0 +1,8 @@
// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, 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;

8
lodash/curryRight/index.d.ts vendored Normal file
View File

@ -0,0 +1,8 @@
// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, 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;

8
lodash/debounce/index.d.ts vendored Normal file
View File

@ -0,0 +1,8 @@
// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, 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;

8
lodash/deburr/index.d.ts vendored Normal file
View File

@ -0,0 +1,8 @@
// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, 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;

8
lodash/defaults/index.d.ts vendored Normal file
View File

@ -0,0 +1,8 @@
// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, 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;

8
lodash/defaultsDeep/index.d.ts vendored Normal file
View File

@ -0,0 +1,8 @@
// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, 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;

8
lodash/defer/index.d.ts vendored Normal file
View File

@ -0,0 +1,8 @@
// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, 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;

8
lodash/delay/index.d.ts vendored Normal file
View File

@ -0,0 +1,8 @@
// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, 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;

8
lodash/difference/index.d.ts vendored Normal file
View File

@ -0,0 +1,8 @@
// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, 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;

8
lodash/differenceBy/index.d.ts vendored Normal file
View File

@ -0,0 +1,8 @@
// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, 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;

8
lodash/differenceWith/index.d.ts vendored Normal file
View File

@ -0,0 +1,8 @@
// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, 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;

8
lodash/drop/index.d.ts vendored Normal file
View File

@ -0,0 +1,8 @@
// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, 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;

8
lodash/dropRight/index.d.ts vendored Normal file
View File

@ -0,0 +1,8 @@
// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, 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;

8
lodash/dropRightWhile/index.d.ts vendored Normal file
View File

@ -0,0 +1,8 @@
// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, 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;

8
lodash/dropWhile/index.d.ts vendored Normal file
View File

@ -0,0 +1,8 @@
// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, 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;

8
lodash/each/index.d.ts vendored Normal file
View File

@ -0,0 +1,8 @@
// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, 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;

8
lodash/eachRight/index.d.ts vendored Normal file
View File

@ -0,0 +1,8 @@
// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, 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;

8
lodash/endsWith/index.d.ts vendored Normal file
View File

@ -0,0 +1,8 @@
// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, 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;

8
lodash/eq/index.d.ts vendored Normal file
View File

@ -0,0 +1,8 @@
// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, 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;

8
lodash/escape/index.d.ts vendored Normal file
View File

@ -0,0 +1,8 @@
// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, 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;

8
lodash/escapeRegExp/index.d.ts vendored Normal file
View File

@ -0,0 +1,8 @@
// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, 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;

8
lodash/every/index.d.ts vendored Normal file
View File

@ -0,0 +1,8 @@
// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, 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;

8
lodash/extend/index.d.ts vendored Normal file
View File

@ -0,0 +1,8 @@
// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, 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;

8
lodash/extendWith/index.d.ts vendored Normal file
View File

@ -0,0 +1,8 @@
// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, 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;

7
lodash/fb/index.d.ts vendored Normal file
View File

@ -0,0 +1,7 @@
// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
export = _;

8
lodash/fill/index.d.ts vendored Normal file
View File

@ -0,0 +1,8 @@
// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, 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;

8
lodash/filter/index.d.ts vendored Normal file
View File

@ -0,0 +1,8 @@
// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, 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;

8
lodash/find/index.d.ts vendored Normal file
View File

@ -0,0 +1,8 @@
// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, 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;

8
lodash/findIndex/index.d.ts vendored Normal file
View File

@ -0,0 +1,8 @@
// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, 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;

8
lodash/findKey/index.d.ts vendored Normal file
View File

@ -0,0 +1,8 @@
// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, 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;

8
lodash/findLast/index.d.ts vendored Normal file
View File

@ -0,0 +1,8 @@
// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, 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;

8
lodash/findLastIndex/index.d.ts vendored Normal file
View File

@ -0,0 +1,8 @@
// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, 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;

8
lodash/findLastKey/index.d.ts vendored Normal file
View File

@ -0,0 +1,8 @@
// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, 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;

8
lodash/first/index.d.ts vendored Normal file
View File

@ -0,0 +1,8 @@
// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, 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;

8
lodash/flatMap/index.d.ts vendored Normal file
View File

@ -0,0 +1,8 @@
// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, 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;

8
lodash/flatten/index.d.ts vendored Normal file
View File

@ -0,0 +1,8 @@
// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, 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;

8
lodash/flattenDeep/index.d.ts vendored Normal file
View File

@ -0,0 +1,8 @@
// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, 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;

8
lodash/flattenDepth/index.d.ts vendored Normal file
View File

@ -0,0 +1,8 @@
// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, 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;

8
lodash/flip/index.d.ts vendored Normal file
View File

@ -0,0 +1,8 @@
// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, 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;

8
lodash/floor/index.d.ts vendored Normal file
View File

@ -0,0 +1,8 @@
// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, 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;

8
lodash/flow/index.d.ts vendored Normal file
View File

@ -0,0 +1,8 @@
// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, 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;

8
lodash/flowRight/index.d.ts vendored Normal file
View File

@ -0,0 +1,8 @@
// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, 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;

8
lodash/forEach/index.d.ts vendored Normal file
View File

@ -0,0 +1,8 @@
// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, 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;

8
lodash/forEachRight/index.d.ts vendored Normal file
View File

@ -0,0 +1,8 @@
// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, 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;

8
lodash/forIn/index.d.ts vendored Normal file
View File

@ -0,0 +1,8 @@
// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, 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;

8
lodash/forInRight/index.d.ts vendored Normal file
View File

@ -0,0 +1,8 @@
// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, 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;

8
lodash/forOwn/index.d.ts vendored Normal file
View File

@ -0,0 +1,8 @@
// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, 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;

8
lodash/forOwnRight/index.d.ts vendored Normal file
View File

@ -0,0 +1,8 @@
// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, 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;

8
lodash/fromPairs/index.d.ts vendored Normal file
View File

@ -0,0 +1,8 @@
// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, 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;

8
lodash/functions/index.d.ts vendored Normal file
View File

@ -0,0 +1,8 @@
// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, 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;

8
lodash/functionsIn/index.d.ts vendored Normal file
View File

@ -0,0 +1,8 @@
// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, 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;

8
lodash/get/index.d.ts vendored Normal file
View File

@ -0,0 +1,8 @@
// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, 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;

8
lodash/groupBy/index.d.ts vendored Normal file
View File

@ -0,0 +1,8 @@
// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, 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;

8
lodash/gt/index.d.ts vendored Normal file
View File

@ -0,0 +1,8 @@
// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, 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;

8
lodash/gte/index.d.ts vendored Normal file
View File

@ -0,0 +1,8 @@
// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, 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;

8
lodash/has/index.d.ts vendored Normal file
View File

@ -0,0 +1,8 @@
// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, 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;

8
lodash/hasIn/index.d.ts vendored Normal file
View File

@ -0,0 +1,8 @@
// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, 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;

8
lodash/head/index.d.ts vendored Normal file
View File

@ -0,0 +1,8 @@
// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, 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;

8
lodash/identity/index.d.ts vendored Normal file
View File

@ -0,0 +1,8 @@
// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, 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;

8
lodash/inRange/index.d.ts vendored Normal file
View File

@ -0,0 +1,8 @@
// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, 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;

8
lodash/includes/index.d.ts vendored Normal file
View File

@ -0,0 +1,8 @@
// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, 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;

1846
lodash/index.d.ts vendored

File diff suppressed because it is too large Load Diff

8
lodash/indexOf/index.d.ts vendored Normal file
View File

@ -0,0 +1,8 @@
// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, 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;

8
lodash/initial/index.d.ts vendored Normal file
View File

@ -0,0 +1,8 @@
// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, 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;

8
lodash/intersection/index.d.ts vendored Normal file
View File

@ -0,0 +1,8 @@
// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, 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;

8
lodash/intersectionBy/index.d.ts vendored Normal file
View File

@ -0,0 +1,8 @@
// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, 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;

8
lodash/intersectionWith/index.d.ts vendored Normal file
View File

@ -0,0 +1,8 @@
// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, 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;

8
lodash/invert/index.d.ts vendored Normal file
View File

@ -0,0 +1,8 @@
// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, 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;

8
lodash/invertBy/index.d.ts vendored Normal file
View File

@ -0,0 +1,8 @@
// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, 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;

8
lodash/invoke/index.d.ts vendored Normal file
View File

@ -0,0 +1,8 @@
// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, 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;

Some files were not shown because too many files have changed in this diff Show More