mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-26 06:05:54 +08:00
Use PartialObject for object predicates in _.every, _.find and _.some (#13994)
* Use PartialObject for object predicates * Add typescript version * Update lodash module generator and update modules to TypeScript 2.1 * Use Partial to define PartialObject, fix LodashStatic.find * Use PartialObject as predicate in lodash.filter * Add TS2.1 header to bookshelf, lodash-decorators, lodash-es, sequelize/v3, sequelize, sequelize-fixtures, and umzug
This commit is contained in:
1
bookshelf/index.d.ts
vendored
1
bookshelf/index.d.ts
vendored
@@ -2,6 +2,7 @@
|
||||
// Project: http://bookshelfjs.org/
|
||||
// Definitions by: Andrew Schurman <http://github.com/arcticwaters>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.1
|
||||
|
||||
import Knex = require('knex');
|
||||
import knex = require('knex');
|
||||
|
||||
1
lodash-decorators/index.d.ts
vendored
1
lodash-decorators/index.d.ts
vendored
@@ -2,6 +2,7 @@
|
||||
// Project: https://github.com/steelsojka/lodash-decorators
|
||||
// Definitions by: Qubo <https://github.com/tkqubo>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.1
|
||||
|
||||
/// <reference types="lodash" />
|
||||
|
||||
|
||||
1
lodash-es/index.d.ts
vendored
1
lodash-es/index.d.ts
vendored
@@ -2,3 +2,4 @@
|
||||
// Project: http://lodash.com/
|
||||
// Definitions by: Stephen Lautier <https://github.com/stephenlautier>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.1
|
||||
1
lodash.add/index.d.ts
vendored
1
lodash.add/index.d.ts
vendored
@@ -2,6 +2,7 @@
|
||||
// Project: http://lodash.com/
|
||||
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.1
|
||||
|
||||
import { add } from "lodash";
|
||||
export = add;
|
||||
|
||||
1
lodash.after/index.d.ts
vendored
1
lodash.after/index.d.ts
vendored
@@ -2,6 +2,7 @@
|
||||
// Project: http://lodash.com/
|
||||
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.1
|
||||
|
||||
import { after } from "lodash";
|
||||
export = after;
|
||||
|
||||
1
lodash.ary/index.d.ts
vendored
1
lodash.ary/index.d.ts
vendored
@@ -2,6 +2,7 @@
|
||||
// Project: http://lodash.com/
|
||||
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.1
|
||||
|
||||
import { ary } from "lodash";
|
||||
export = ary;
|
||||
|
||||
1
lodash.assign/index.d.ts
vendored
1
lodash.assign/index.d.ts
vendored
@@ -2,6 +2,7 @@
|
||||
// Project: http://lodash.com/
|
||||
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.1
|
||||
|
||||
import { assign } from "lodash";
|
||||
export = assign;
|
||||
|
||||
1
lodash.assignin/index.d.ts
vendored
1
lodash.assignin/index.d.ts
vendored
@@ -2,6 +2,7 @@
|
||||
// Project: http://lodash.com/
|
||||
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.1
|
||||
|
||||
import { assignIn } from "lodash";
|
||||
export = assignIn;
|
||||
|
||||
1
lodash.assigninwith/index.d.ts
vendored
1
lodash.assigninwith/index.d.ts
vendored
@@ -2,6 +2,7 @@
|
||||
// Project: http://lodash.com/
|
||||
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.1
|
||||
|
||||
import { assignInWith } from "lodash";
|
||||
export = assignInWith;
|
||||
|
||||
1
lodash.assignwith/index.d.ts
vendored
1
lodash.assignwith/index.d.ts
vendored
@@ -2,6 +2,7 @@
|
||||
// Project: http://lodash.com/
|
||||
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.1
|
||||
|
||||
import { assignWith } from "lodash";
|
||||
export = assignWith;
|
||||
|
||||
1
lodash.at/index.d.ts
vendored
1
lodash.at/index.d.ts
vendored
@@ -2,6 +2,7 @@
|
||||
// Project: http://lodash.com/
|
||||
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.1
|
||||
|
||||
import { at } from "lodash";
|
||||
export = at;
|
||||
|
||||
1
lodash.attempt/index.d.ts
vendored
1
lodash.attempt/index.d.ts
vendored
@@ -2,6 +2,7 @@
|
||||
// Project: http://lodash.com/
|
||||
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.1
|
||||
|
||||
import { attempt } from "lodash";
|
||||
export = attempt;
|
||||
|
||||
1
lodash.before/index.d.ts
vendored
1
lodash.before/index.d.ts
vendored
@@ -2,6 +2,7 @@
|
||||
// Project: http://lodash.com/
|
||||
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.1
|
||||
|
||||
import { before } from "lodash";
|
||||
export = before;
|
||||
|
||||
1
lodash.bind/index.d.ts
vendored
1
lodash.bind/index.d.ts
vendored
@@ -2,6 +2,7 @@
|
||||
// Project: http://lodash.com/
|
||||
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.1
|
||||
|
||||
import { bind } from "lodash";
|
||||
export = bind;
|
||||
|
||||
1
lodash.bindall/index.d.ts
vendored
1
lodash.bindall/index.d.ts
vendored
@@ -2,6 +2,7 @@
|
||||
// Project: http://lodash.com/
|
||||
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.1
|
||||
|
||||
import { bindAll } from "lodash";
|
||||
export = bindAll;
|
||||
|
||||
1
lodash.bindkey/index.d.ts
vendored
1
lodash.bindkey/index.d.ts
vendored
@@ -2,6 +2,7 @@
|
||||
// Project: http://lodash.com/
|
||||
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.1
|
||||
|
||||
import { bindKey } from "lodash";
|
||||
export = bindKey;
|
||||
|
||||
1
lodash.camelcase/index.d.ts
vendored
1
lodash.camelcase/index.d.ts
vendored
@@ -2,6 +2,7 @@
|
||||
// Project: http://lodash.com/
|
||||
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.1
|
||||
|
||||
import { camelCase } from "lodash";
|
||||
export = camelCase;
|
||||
|
||||
1
lodash.capitalize/index.d.ts
vendored
1
lodash.capitalize/index.d.ts
vendored
@@ -2,6 +2,7 @@
|
||||
// Project: http://lodash.com/
|
||||
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.1
|
||||
|
||||
import { capitalize } from "lodash";
|
||||
export = capitalize;
|
||||
|
||||
1
lodash.castarray/index.d.ts
vendored
1
lodash.castarray/index.d.ts
vendored
@@ -2,6 +2,7 @@
|
||||
// Project: http://lodash.com/
|
||||
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.1
|
||||
|
||||
import { castArray } from "lodash";
|
||||
export = castArray;
|
||||
|
||||
1
lodash.ceil/index.d.ts
vendored
1
lodash.ceil/index.d.ts
vendored
@@ -2,6 +2,7 @@
|
||||
// Project: http://lodash.com/
|
||||
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.1
|
||||
|
||||
import { ceil } from "lodash";
|
||||
export = ceil;
|
||||
|
||||
1
lodash.chunk/index.d.ts
vendored
1
lodash.chunk/index.d.ts
vendored
@@ -2,6 +2,7 @@
|
||||
// Project: http://lodash.com/
|
||||
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.1
|
||||
|
||||
import { chunk } from "lodash";
|
||||
export = chunk;
|
||||
|
||||
1
lodash.clamp/index.d.ts
vendored
1
lodash.clamp/index.d.ts
vendored
@@ -2,6 +2,7 @@
|
||||
// Project: http://lodash.com/
|
||||
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.1
|
||||
|
||||
import { clamp } from "lodash";
|
||||
export = clamp;
|
||||
|
||||
1
lodash.clone/index.d.ts
vendored
1
lodash.clone/index.d.ts
vendored
@@ -2,6 +2,7 @@
|
||||
// Project: http://lodash.com/
|
||||
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.1
|
||||
|
||||
import { clone } from "lodash";
|
||||
export = clone;
|
||||
|
||||
1
lodash.clonedeep/index.d.ts
vendored
1
lodash.clonedeep/index.d.ts
vendored
@@ -2,6 +2,7 @@
|
||||
// Project: http://lodash.com/
|
||||
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.1
|
||||
|
||||
import { cloneDeep } from "lodash";
|
||||
export = cloneDeep;
|
||||
|
||||
1
lodash.clonedeepwith/index.d.ts
vendored
1
lodash.clonedeepwith/index.d.ts
vendored
@@ -2,6 +2,7 @@
|
||||
// Project: http://lodash.com/
|
||||
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.1
|
||||
|
||||
import { cloneDeepWith } from "lodash";
|
||||
export = cloneDeepWith;
|
||||
|
||||
1
lodash.clonewith/index.d.ts
vendored
1
lodash.clonewith/index.d.ts
vendored
@@ -2,6 +2,7 @@
|
||||
// Project: http://lodash.com/
|
||||
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.1
|
||||
|
||||
import { cloneWith } from "lodash";
|
||||
export = cloneWith;
|
||||
|
||||
1
lodash.compact/index.d.ts
vendored
1
lodash.compact/index.d.ts
vendored
@@ -2,6 +2,7 @@
|
||||
// Project: http://lodash.com/
|
||||
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.1
|
||||
|
||||
import { compact } from "lodash";
|
||||
export = compact;
|
||||
|
||||
1
lodash.concat/index.d.ts
vendored
1
lodash.concat/index.d.ts
vendored
@@ -2,6 +2,7 @@
|
||||
// Project: http://lodash.com/
|
||||
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.1
|
||||
|
||||
import { concat } from "lodash";
|
||||
export = concat;
|
||||
|
||||
1
lodash.constant/index.d.ts
vendored
1
lodash.constant/index.d.ts
vendored
@@ -2,6 +2,7 @@
|
||||
// Project: http://lodash.com/
|
||||
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.1
|
||||
|
||||
import { constant } from "lodash";
|
||||
export = constant;
|
||||
|
||||
1
lodash.countby/index.d.ts
vendored
1
lodash.countby/index.d.ts
vendored
@@ -2,6 +2,7 @@
|
||||
// Project: http://lodash.com/
|
||||
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.1
|
||||
|
||||
import { countBy } from "lodash";
|
||||
export = countBy;
|
||||
|
||||
1
lodash.create/index.d.ts
vendored
1
lodash.create/index.d.ts
vendored
@@ -2,6 +2,7 @@
|
||||
// Project: http://lodash.com/
|
||||
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.1
|
||||
|
||||
import { create } from "lodash";
|
||||
export = create;
|
||||
|
||||
1
lodash.curry/index.d.ts
vendored
1
lodash.curry/index.d.ts
vendored
@@ -2,6 +2,7 @@
|
||||
// Project: http://lodash.com/
|
||||
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.1
|
||||
|
||||
import { curry } from "lodash";
|
||||
export = curry;
|
||||
|
||||
1
lodash.curryright/index.d.ts
vendored
1
lodash.curryright/index.d.ts
vendored
@@ -2,6 +2,7 @@
|
||||
// Project: http://lodash.com/
|
||||
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.1
|
||||
|
||||
import { curryRight } from "lodash";
|
||||
export = curryRight;
|
||||
|
||||
1
lodash.debounce/index.d.ts
vendored
1
lodash.debounce/index.d.ts
vendored
@@ -2,6 +2,7 @@
|
||||
// Project: http://lodash.com/
|
||||
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.1
|
||||
|
||||
import { debounce } from "lodash";
|
||||
export = debounce;
|
||||
|
||||
1
lodash.deburr/index.d.ts
vendored
1
lodash.deburr/index.d.ts
vendored
@@ -2,6 +2,7 @@
|
||||
// Project: http://lodash.com/
|
||||
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.1
|
||||
|
||||
import { deburr } from "lodash";
|
||||
export = deburr;
|
||||
|
||||
1
lodash.defaults/index.d.ts
vendored
1
lodash.defaults/index.d.ts
vendored
@@ -2,6 +2,7 @@
|
||||
// Project: http://lodash.com/
|
||||
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.1
|
||||
|
||||
import { defaults } from "lodash";
|
||||
export = defaults;
|
||||
|
||||
1
lodash.defaultsdeep/index.d.ts
vendored
1
lodash.defaultsdeep/index.d.ts
vendored
@@ -2,6 +2,7 @@
|
||||
// Project: http://lodash.com/
|
||||
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.1
|
||||
|
||||
import { defaultsDeep } from "lodash";
|
||||
export = defaultsDeep;
|
||||
|
||||
1
lodash.defer/index.d.ts
vendored
1
lodash.defer/index.d.ts
vendored
@@ -2,6 +2,7 @@
|
||||
// Project: http://lodash.com/
|
||||
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.1
|
||||
|
||||
import { defer } from "lodash";
|
||||
export = defer;
|
||||
|
||||
1
lodash.delay/index.d.ts
vendored
1
lodash.delay/index.d.ts
vendored
@@ -2,6 +2,7 @@
|
||||
// Project: http://lodash.com/
|
||||
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.1
|
||||
|
||||
import { delay } from "lodash";
|
||||
export = delay;
|
||||
|
||||
1
lodash.difference/index.d.ts
vendored
1
lodash.difference/index.d.ts
vendored
@@ -2,6 +2,7 @@
|
||||
// Project: http://lodash.com/
|
||||
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.1
|
||||
|
||||
import { difference } from "lodash";
|
||||
export = difference;
|
||||
|
||||
1
lodash.differenceby/index.d.ts
vendored
1
lodash.differenceby/index.d.ts
vendored
@@ -2,6 +2,7 @@
|
||||
// Project: http://lodash.com/
|
||||
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.1
|
||||
|
||||
import { differenceBy } from "lodash";
|
||||
export = differenceBy;
|
||||
|
||||
1
lodash.differencewith/index.d.ts
vendored
1
lodash.differencewith/index.d.ts
vendored
@@ -2,6 +2,7 @@
|
||||
// Project: http://lodash.com/
|
||||
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.1
|
||||
|
||||
import { differenceWith } from "lodash";
|
||||
export = differenceWith;
|
||||
|
||||
1
lodash.drop/index.d.ts
vendored
1
lodash.drop/index.d.ts
vendored
@@ -2,6 +2,7 @@
|
||||
// Project: http://lodash.com/
|
||||
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.1
|
||||
|
||||
import { drop } from "lodash";
|
||||
export = drop;
|
||||
|
||||
1
lodash.dropright/index.d.ts
vendored
1
lodash.dropright/index.d.ts
vendored
@@ -2,6 +2,7 @@
|
||||
// Project: http://lodash.com/
|
||||
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.1
|
||||
|
||||
import { dropRight } from "lodash";
|
||||
export = dropRight;
|
||||
|
||||
1
lodash.droprightwhile/index.d.ts
vendored
1
lodash.droprightwhile/index.d.ts
vendored
@@ -2,6 +2,7 @@
|
||||
// Project: http://lodash.com/
|
||||
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.1
|
||||
|
||||
import { dropRightWhile } from "lodash";
|
||||
export = dropRightWhile;
|
||||
|
||||
1
lodash.dropwhile/index.d.ts
vendored
1
lodash.dropwhile/index.d.ts
vendored
@@ -2,6 +2,7 @@
|
||||
// Project: http://lodash.com/
|
||||
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.1
|
||||
|
||||
import { dropWhile } from "lodash";
|
||||
export = dropWhile;
|
||||
|
||||
1
lodash.endswith/index.d.ts
vendored
1
lodash.endswith/index.d.ts
vendored
@@ -2,6 +2,7 @@
|
||||
// Project: http://lodash.com/
|
||||
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.1
|
||||
|
||||
import { endsWith } from "lodash";
|
||||
export = endsWith;
|
||||
|
||||
1
lodash.eq/index.d.ts
vendored
1
lodash.eq/index.d.ts
vendored
@@ -2,6 +2,7 @@
|
||||
// Project: http://lodash.com/
|
||||
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.1
|
||||
|
||||
import { eq } from "lodash";
|
||||
export = eq;
|
||||
|
||||
1
lodash.escape/index.d.ts
vendored
1
lodash.escape/index.d.ts
vendored
@@ -2,6 +2,7 @@
|
||||
// Project: http://lodash.com/
|
||||
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.1
|
||||
|
||||
import { escape } from "lodash";
|
||||
export = escape;
|
||||
|
||||
1
lodash.escaperegexp/index.d.ts
vendored
1
lodash.escaperegexp/index.d.ts
vendored
@@ -2,6 +2,7 @@
|
||||
// Project: http://lodash.com/
|
||||
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.1
|
||||
|
||||
import { escapeRegExp } from "lodash";
|
||||
export = escapeRegExp;
|
||||
|
||||
1
lodash.every/index.d.ts
vendored
1
lodash.every/index.d.ts
vendored
@@ -2,6 +2,7 @@
|
||||
// Project: http://lodash.com/
|
||||
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.1
|
||||
|
||||
import { every } from "lodash";
|
||||
export = every;
|
||||
|
||||
1
lodash.fill/index.d.ts
vendored
1
lodash.fill/index.d.ts
vendored
@@ -2,6 +2,7 @@
|
||||
// Project: http://lodash.com/
|
||||
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.1
|
||||
|
||||
import { fill } from "lodash";
|
||||
export = fill;
|
||||
|
||||
1
lodash.filter/index.d.ts
vendored
1
lodash.filter/index.d.ts
vendored
@@ -2,6 +2,7 @@
|
||||
// Project: http://lodash.com/
|
||||
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.1
|
||||
|
||||
import { filter } from "lodash";
|
||||
export = filter;
|
||||
|
||||
1
lodash.find/index.d.ts
vendored
1
lodash.find/index.d.ts
vendored
@@ -2,6 +2,7 @@
|
||||
// Project: http://lodash.com/
|
||||
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.1
|
||||
|
||||
import { find } from "lodash";
|
||||
export = find;
|
||||
|
||||
1
lodash.findindex/index.d.ts
vendored
1
lodash.findindex/index.d.ts
vendored
@@ -2,6 +2,7 @@
|
||||
// Project: http://lodash.com/
|
||||
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.1
|
||||
|
||||
import { findIndex } from "lodash";
|
||||
export = findIndex;
|
||||
|
||||
1
lodash.findkey/index.d.ts
vendored
1
lodash.findkey/index.d.ts
vendored
@@ -2,6 +2,7 @@
|
||||
// Project: http://lodash.com/
|
||||
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.1
|
||||
|
||||
import { findKey } from "lodash";
|
||||
export = findKey;
|
||||
|
||||
1
lodash.findlast/index.d.ts
vendored
1
lodash.findlast/index.d.ts
vendored
@@ -2,6 +2,7 @@
|
||||
// Project: http://lodash.com/
|
||||
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.1
|
||||
|
||||
import { findLast } from "lodash";
|
||||
export = findLast;
|
||||
|
||||
1
lodash.findlastindex/index.d.ts
vendored
1
lodash.findlastindex/index.d.ts
vendored
@@ -2,6 +2,7 @@
|
||||
// Project: http://lodash.com/
|
||||
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.1
|
||||
|
||||
import { findLastIndex } from "lodash";
|
||||
export = findLastIndex;
|
||||
|
||||
1
lodash.findlastkey/index.d.ts
vendored
1
lodash.findlastkey/index.d.ts
vendored
@@ -2,6 +2,7 @@
|
||||
// Project: http://lodash.com/
|
||||
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.1
|
||||
|
||||
import { findLastKey } from "lodash";
|
||||
export = findLastKey;
|
||||
|
||||
1
lodash.first/index.d.ts
vendored
1
lodash.first/index.d.ts
vendored
@@ -2,6 +2,7 @@
|
||||
// Project: http://lodash.com/
|
||||
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.1
|
||||
|
||||
import { first } from "lodash";
|
||||
export = first;
|
||||
|
||||
1
lodash.flatmap/index.d.ts
vendored
1
lodash.flatmap/index.d.ts
vendored
@@ -2,6 +2,7 @@
|
||||
// Project: http://lodash.com/
|
||||
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.1
|
||||
|
||||
import { flatMap } from "lodash";
|
||||
export = flatMap;
|
||||
|
||||
1
lodash.flatten/index.d.ts
vendored
1
lodash.flatten/index.d.ts
vendored
@@ -2,6 +2,7 @@
|
||||
// Project: http://lodash.com/
|
||||
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.1
|
||||
|
||||
import { flatten } from "lodash";
|
||||
export = flatten;
|
||||
|
||||
1
lodash.flattendeep/index.d.ts
vendored
1
lodash.flattendeep/index.d.ts
vendored
@@ -2,6 +2,7 @@
|
||||
// Project: http://lodash.com/
|
||||
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.1
|
||||
|
||||
import { flattenDeep } from "lodash";
|
||||
export = flattenDeep;
|
||||
|
||||
1
lodash.flattendepth/index.d.ts
vendored
1
lodash.flattendepth/index.d.ts
vendored
@@ -2,6 +2,7 @@
|
||||
// Project: http://lodash.com/
|
||||
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.1
|
||||
|
||||
import { flattenDepth } from "lodash";
|
||||
export = flattenDepth;
|
||||
|
||||
1
lodash.flip/index.d.ts
vendored
1
lodash.flip/index.d.ts
vendored
@@ -2,6 +2,7 @@
|
||||
// Project: http://lodash.com/
|
||||
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.1
|
||||
|
||||
import { flip } from "lodash";
|
||||
export = flip;
|
||||
|
||||
1
lodash.floor/index.d.ts
vendored
1
lodash.floor/index.d.ts
vendored
@@ -2,6 +2,7 @@
|
||||
// Project: http://lodash.com/
|
||||
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.1
|
||||
|
||||
import { floor } from "lodash";
|
||||
export = floor;
|
||||
|
||||
1
lodash.flow/index.d.ts
vendored
1
lodash.flow/index.d.ts
vendored
@@ -2,6 +2,7 @@
|
||||
// Project: http://lodash.com/
|
||||
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.1
|
||||
|
||||
import { flow } from "lodash";
|
||||
export = flow;
|
||||
|
||||
1
lodash.flowright/index.d.ts
vendored
1
lodash.flowright/index.d.ts
vendored
@@ -2,6 +2,7 @@
|
||||
// Project: http://lodash.com/
|
||||
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.1
|
||||
|
||||
import { flowRight } from "lodash";
|
||||
export = flowRight;
|
||||
|
||||
1
lodash.foreach/index.d.ts
vendored
1
lodash.foreach/index.d.ts
vendored
@@ -2,6 +2,7 @@
|
||||
// Project: http://lodash.com/
|
||||
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.1
|
||||
|
||||
import { forEach } from "lodash";
|
||||
export = forEach;
|
||||
|
||||
1
lodash.foreachright/index.d.ts
vendored
1
lodash.foreachright/index.d.ts
vendored
@@ -2,6 +2,7 @@
|
||||
// Project: http://lodash.com/
|
||||
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.1
|
||||
|
||||
import { forEachRight } from "lodash";
|
||||
export = forEachRight;
|
||||
|
||||
1
lodash.forin/index.d.ts
vendored
1
lodash.forin/index.d.ts
vendored
@@ -2,6 +2,7 @@
|
||||
// Project: http://lodash.com/
|
||||
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.1
|
||||
|
||||
import { forIn } from "lodash";
|
||||
export = forIn;
|
||||
|
||||
1
lodash.forinright/index.d.ts
vendored
1
lodash.forinright/index.d.ts
vendored
@@ -2,6 +2,7 @@
|
||||
// Project: http://lodash.com/
|
||||
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.1
|
||||
|
||||
import { forInRight } from "lodash";
|
||||
export = forInRight;
|
||||
|
||||
1
lodash.forown/index.d.ts
vendored
1
lodash.forown/index.d.ts
vendored
@@ -2,6 +2,7 @@
|
||||
// Project: http://lodash.com/
|
||||
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.1
|
||||
|
||||
import { forOwn } from "lodash";
|
||||
export = forOwn;
|
||||
|
||||
1
lodash.forownright/index.d.ts
vendored
1
lodash.forownright/index.d.ts
vendored
@@ -2,6 +2,7 @@
|
||||
// Project: http://lodash.com/
|
||||
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.1
|
||||
|
||||
import { forOwnRight } from "lodash";
|
||||
export = forOwnRight;
|
||||
|
||||
1
lodash.frompairs/index.d.ts
vendored
1
lodash.frompairs/index.d.ts
vendored
@@ -2,6 +2,7 @@
|
||||
// Project: http://lodash.com/
|
||||
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.1
|
||||
|
||||
import { fromPairs } from "lodash";
|
||||
export = fromPairs;
|
||||
|
||||
1
lodash.functions/index.d.ts
vendored
1
lodash.functions/index.d.ts
vendored
@@ -2,6 +2,7 @@
|
||||
// Project: http://lodash.com/
|
||||
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.1
|
||||
|
||||
import { functions } from "lodash";
|
||||
export = functions;
|
||||
|
||||
1
lodash.functionsin/index.d.ts
vendored
1
lodash.functionsin/index.d.ts
vendored
@@ -2,6 +2,7 @@
|
||||
// Project: http://lodash.com/
|
||||
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.1
|
||||
|
||||
import { functionsIn } from "lodash";
|
||||
export = functionsIn;
|
||||
|
||||
1
lodash.get/index.d.ts
vendored
1
lodash.get/index.d.ts
vendored
@@ -2,6 +2,7 @@
|
||||
// Project: http://lodash.com/
|
||||
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.1
|
||||
|
||||
import { get } from "lodash";
|
||||
export = get;
|
||||
|
||||
1
lodash.groupby/index.d.ts
vendored
1
lodash.groupby/index.d.ts
vendored
@@ -2,6 +2,7 @@
|
||||
// Project: http://lodash.com/
|
||||
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.1
|
||||
|
||||
import { groupBy } from "lodash";
|
||||
export = groupBy;
|
||||
|
||||
1
lodash.gt/index.d.ts
vendored
1
lodash.gt/index.d.ts
vendored
@@ -2,6 +2,7 @@
|
||||
// Project: http://lodash.com/
|
||||
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.1
|
||||
|
||||
import { gt } from "lodash";
|
||||
export = gt;
|
||||
|
||||
1
lodash.gte/index.d.ts
vendored
1
lodash.gte/index.d.ts
vendored
@@ -2,6 +2,7 @@
|
||||
// Project: http://lodash.com/
|
||||
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.1
|
||||
|
||||
import { gte } from "lodash";
|
||||
export = gte;
|
||||
|
||||
1
lodash.has/index.d.ts
vendored
1
lodash.has/index.d.ts
vendored
@@ -2,6 +2,7 @@
|
||||
// Project: http://lodash.com/
|
||||
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.1
|
||||
|
||||
import { has } from "lodash";
|
||||
export = has;
|
||||
|
||||
1
lodash.hasin/index.d.ts
vendored
1
lodash.hasin/index.d.ts
vendored
@@ -2,6 +2,7 @@
|
||||
// Project: http://lodash.com/
|
||||
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.1
|
||||
|
||||
import { hasIn } from "lodash";
|
||||
export = hasIn;
|
||||
|
||||
1
lodash.head/index.d.ts
vendored
1
lodash.head/index.d.ts
vendored
@@ -2,6 +2,7 @@
|
||||
// Project: http://lodash.com/
|
||||
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.1
|
||||
|
||||
import { head } from "lodash";
|
||||
export = head;
|
||||
|
||||
1
lodash.identity/index.d.ts
vendored
1
lodash.identity/index.d.ts
vendored
@@ -2,6 +2,7 @@
|
||||
// Project: http://lodash.com/
|
||||
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.1
|
||||
|
||||
import { identity } from "lodash";
|
||||
export = identity;
|
||||
|
||||
1
lodash.includes/index.d.ts
vendored
1
lodash.includes/index.d.ts
vendored
@@ -2,6 +2,7 @@
|
||||
// Project: http://lodash.com/
|
||||
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.1
|
||||
|
||||
import { includes } from "lodash";
|
||||
export = includes;
|
||||
|
||||
1
lodash.indexof/index.d.ts
vendored
1
lodash.indexof/index.d.ts
vendored
@@ -2,6 +2,7 @@
|
||||
// Project: http://lodash.com/
|
||||
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.1
|
||||
|
||||
import { indexOf } from "lodash";
|
||||
export = indexOf;
|
||||
|
||||
1
lodash.initial/index.d.ts
vendored
1
lodash.initial/index.d.ts
vendored
@@ -2,6 +2,7 @@
|
||||
// Project: http://lodash.com/
|
||||
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.1
|
||||
|
||||
import { initial } from "lodash";
|
||||
export = initial;
|
||||
|
||||
1
lodash.inrange/index.d.ts
vendored
1
lodash.inrange/index.d.ts
vendored
@@ -2,6 +2,7 @@
|
||||
// Project: http://lodash.com/
|
||||
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.1
|
||||
|
||||
import { inRange } from "lodash";
|
||||
export = inRange;
|
||||
|
||||
1
lodash.intersection/index.d.ts
vendored
1
lodash.intersection/index.d.ts
vendored
@@ -2,6 +2,7 @@
|
||||
// Project: http://lodash.com/
|
||||
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.1
|
||||
|
||||
import { intersection } from "lodash";
|
||||
export = intersection;
|
||||
|
||||
1
lodash.intersectionby/index.d.ts
vendored
1
lodash.intersectionby/index.d.ts
vendored
@@ -2,6 +2,7 @@
|
||||
// Project: http://lodash.com/
|
||||
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.1
|
||||
|
||||
import { intersectionBy } from "lodash";
|
||||
export = intersectionBy;
|
||||
|
||||
1
lodash.intersectionwith/index.d.ts
vendored
1
lodash.intersectionwith/index.d.ts
vendored
@@ -2,6 +2,7 @@
|
||||
// Project: http://lodash.com/
|
||||
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.1
|
||||
|
||||
import { intersectionWith } from "lodash";
|
||||
export = intersectionWith;
|
||||
|
||||
1
lodash.invert/index.d.ts
vendored
1
lodash.invert/index.d.ts
vendored
@@ -2,6 +2,7 @@
|
||||
// Project: http://lodash.com/
|
||||
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.1
|
||||
|
||||
import { invert } from "lodash";
|
||||
export = invert;
|
||||
|
||||
1
lodash.invertby/index.d.ts
vendored
1
lodash.invertby/index.d.ts
vendored
@@ -2,6 +2,7 @@
|
||||
// Project: http://lodash.com/
|
||||
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.1
|
||||
|
||||
import { invertBy } from "lodash";
|
||||
export = invertBy;
|
||||
|
||||
1
lodash.invoke/index.d.ts
vendored
1
lodash.invoke/index.d.ts
vendored
@@ -2,6 +2,7 @@
|
||||
// Project: http://lodash.com/
|
||||
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.1
|
||||
|
||||
import { invoke } from "lodash";
|
||||
export = invoke;
|
||||
|
||||
1
lodash.invokemap/index.d.ts
vendored
1
lodash.invokemap/index.d.ts
vendored
@@ -2,6 +2,7 @@
|
||||
// Project: http://lodash.com/
|
||||
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.1
|
||||
|
||||
import { invokeMap } from "lodash";
|
||||
export = invokeMap;
|
||||
|
||||
1
lodash.isarguments/index.d.ts
vendored
1
lodash.isarguments/index.d.ts
vendored
@@ -2,6 +2,7 @@
|
||||
// Project: http://lodash.com/
|
||||
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.1
|
||||
|
||||
import { isArguments } from "lodash";
|
||||
export = isArguments;
|
||||
|
||||
1
lodash.isarray/index.d.ts
vendored
1
lodash.isarray/index.d.ts
vendored
@@ -2,6 +2,7 @@
|
||||
// Project: http://lodash.com/
|
||||
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.1
|
||||
|
||||
import { isArray } from "lodash";
|
||||
export = isArray;
|
||||
|
||||
1
lodash.isarraybuffer/index.d.ts
vendored
1
lodash.isarraybuffer/index.d.ts
vendored
@@ -2,6 +2,7 @@
|
||||
// Project: http://lodash.com/
|
||||
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.1
|
||||
|
||||
import { isArrayBuffer } from "lodash";
|
||||
export = isArrayBuffer;
|
||||
|
||||
1
lodash.isarraylike/index.d.ts
vendored
1
lodash.isarraylike/index.d.ts
vendored
@@ -2,6 +2,7 @@
|
||||
// Project: http://lodash.com/
|
||||
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.1
|
||||
|
||||
import { isArrayLike } from "lodash";
|
||||
export = isArrayLike;
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user