diff --git a/types/lodash/common/collection.d.ts b/types/lodash/common/collection.d.ts index 2e38422b2d..d8ddc97197 100644 --- a/types/lodash/common/collection.d.ts +++ b/types/lodash/common/collection.d.ts @@ -1658,7 +1658,7 @@ declare module "../index" { orderBy( collection: List | null | undefined, iteratees?: Many>, - orders?: Many + orders?: Many ): T[]; /** @@ -1667,7 +1667,7 @@ declare module "../index" { orderBy( collection: List | null | undefined, iteratees?: Many>, - orders?: Many + orders?: Many ): T[]; /** @@ -1676,7 +1676,7 @@ declare module "../index" { orderBy( collection: T | null | undefined, iteratees?: Many>, - orders?: Many + orders?: Many ): Array; /** @@ -1685,7 +1685,7 @@ declare module "../index" { orderBy( collection: T | null | undefined, iteratees?: Many>, - orders?: Many + orders?: Many ): Array; } @@ -1696,7 +1696,7 @@ declare module "../index" { orderBy( this: LoDashImplicitWrapper | null | undefined>, iteratees?: Many>, - orders?: Many + orders?: Many ): LoDashImplicitWrapper; /** @@ -1705,7 +1705,7 @@ declare module "../index" { orderBy( this: LoDashImplicitWrapper | null | undefined>, iteratees?: Many>, - orders?: Many + orders?: Many ): LoDashImplicitWrapper; /** @@ -1714,7 +1714,7 @@ declare module "../index" { orderBy( this: LoDashImplicitWrapper, iteratees?: Many>, - orders?: Many + orders?: Many ): LoDashImplicitWrapper>; /** @@ -1723,7 +1723,7 @@ declare module "../index" { orderBy( this: LoDashImplicitWrapper, iteratees?: Many>, - orders?: Many + orders?: Many ): LoDashImplicitWrapper>; } @@ -1734,7 +1734,7 @@ declare module "../index" { orderBy( this: LoDashExplicitWrapper | null | undefined>, iteratees?: Many>, - orders?: Many + orders?: Many ): LoDashExplicitWrapper; /** @@ -1743,7 +1743,7 @@ declare module "../index" { orderBy( this: LoDashExplicitWrapper | null | undefined>, iteratees?: Many>, - orders?: Many + orders?: Many ): LoDashExplicitWrapper; /** @@ -1752,7 +1752,7 @@ declare module "../index" { orderBy( this: LoDashExplicitWrapper, iteratees?: Many>, - orders?: Many + orders?: Many ): LoDashExplicitWrapper>; /** @@ -1761,7 +1761,7 @@ declare module "../index" { orderBy( this: LoDashExplicitWrapper, iteratees?: Many>, - orders?: Many + orders?: Many ): LoDashExplicitWrapper>; } diff --git a/types/lodash/fp.d.ts b/types/lodash/fp.d.ts index cdc850d444..9b6cf52ccb 100644 --- a/types/lodash/fp.d.ts +++ b/types/lodash/fp.d.ts @@ -2312,25 +2312,25 @@ declare namespace _ { type LodashOnce = any>(func: T) => T; interface LodashOrderBy { (iteratees: lodash.Many<(value: T) => lodash.NotVoid>): LodashOrderBy1x1; - (iteratees: lodash.__, orders: lodash.Many): LodashOrderBy1x2; - (iteratees: lodash.Many<(value: T) => lodash.NotVoid>, orders: lodash.Many): LodashOrderBy1x3; + (iteratees: lodash.__, orders: lodash.Many): LodashOrderBy1x2; + (iteratees: lodash.Many<(value: T) => lodash.NotVoid>, orders: lodash.Many): LodashOrderBy1x3; (iteratees: lodash.__, orders: lodash.__, collection: lodash.List | null | undefined): LodashOrderBy1x4; (iteratees: lodash.Many<(value: T) => lodash.NotVoid>, orders: lodash.__, collection: lodash.List | null | undefined): LodashOrderBy1x5; - (iteratees: lodash.__, orders: lodash.Many, collection: lodash.List | null | undefined): LodashOrderBy1x6; - (iteratees: lodash.Many<(value: T) => lodash.NotVoid> | lodash.Many>, orders: lodash.Many, collection: lodash.List | null | undefined): T[]; + (iteratees: lodash.__, orders: lodash.Many, collection: lodash.List | null | undefined): LodashOrderBy1x6; + (iteratees: lodash.Many<(value: T) => lodash.NotVoid> | lodash.Many>, orders: lodash.Many, collection: lodash.List | null | undefined): T[]; (iteratees: lodash.Many>): LodashOrderBy2x1; - (iteratees: lodash.Many>, orders: lodash.Many): LodashOrderBy2x3; + (iteratees: lodash.Many>, orders: lodash.Many): LodashOrderBy2x3; (iteratees: lodash.Many>, orders: lodash.__, collection: lodash.List | null | undefined): LodashOrderBy2x5; (iteratees: lodash.__, orders: lodash.__, collection: T | null | undefined): LodashOrderBy3x4; (iteratees: lodash.Many<(value: T[keyof T]) => lodash.NotVoid>, orders: lodash.__, collection: T | null | undefined): LodashOrderBy3x5; - (iteratees: lodash.__, orders: lodash.Many, collection: T | null | undefined): LodashOrderBy3x6; - (iteratees: lodash.Many<(value: T[keyof T]) => lodash.NotVoid> | lodash.Many>, orders: lodash.Many, collection: T | null | undefined): Array; + (iteratees: lodash.__, orders: lodash.Many, collection: T | null | undefined): LodashOrderBy3x6; + (iteratees: lodash.Many<(value: T[keyof T]) => lodash.NotVoid> | lodash.Many>, orders: lodash.Many, collection: T | null | undefined): Array; (iteratees: lodash.Many>, orders: lodash.__, collection: T | null | undefined): LodashOrderBy4x5; } interface LodashOrderBy1x1 { - (orders: lodash.Many): LodashOrderBy1x3; + (orders: lodash.Many): LodashOrderBy1x3; (orders: lodash.__, collection: lodash.List | null | undefined): LodashOrderBy1x5; - (orders: lodash.Many, collection: lodash.List | object | null | undefined): T[]; + (orders: lodash.Many, collection: lodash.List | object | null | undefined): T[]; (orders: lodash.__, collection: T1 | null | undefined): LodashOrderBy3x5; } interface LodashOrderBy1x2 { @@ -2347,32 +2347,32 @@ declare namespace _ { } interface LodashOrderBy1x4 { (iteratees: lodash.Many<(value: T) => lodash.NotVoid>): LodashOrderBy1x5; - (iteratees: lodash.__, orders: lodash.Many): LodashOrderBy1x6; - (iteratees: lodash.Many<(value: T) => lodash.NotVoid> | lodash.Many>, orders: lodash.Many): T[]; + (iteratees: lodash.__, orders: lodash.Many): LodashOrderBy1x6; + (iteratees: lodash.Many<(value: T) => lodash.NotVoid> | lodash.Many>, orders: lodash.Many): T[]; (iteratees: lodash.Many>): LodashOrderBy2x5; } - type LodashOrderBy1x5 = (orders: lodash.Many) => T[]; + type LodashOrderBy1x5 = (orders: lodash.Many) => T[]; type LodashOrderBy1x6 = (iteratees: lodash.Many<(value: T) => lodash.NotVoid> | lodash.Many>) => T[]; interface LodashOrderBy2x1 { - (orders: lodash.Many): LodashOrderBy2x3; + (orders: lodash.Many): LodashOrderBy2x3; (orders: lodash.__, collection: lodash.List | null | undefined): LodashOrderBy2x5; - (orders: lodash.Many, collection: lodash.List | object | null | undefined): T[]; + (orders: lodash.Many, collection: lodash.List | object | null | undefined): T[]; (orders: lodash.__, collection: T1 | null | undefined): LodashOrderBy4x5; } interface LodashOrderBy2x3 { (collection: lodash.List | null | undefined): T[]; (collection: object | null | undefined): object[]; } - type LodashOrderBy2x5 = (orders: lodash.Many) => T[]; + type LodashOrderBy2x5 = (orders: lodash.Many) => T[]; interface LodashOrderBy3x4 { (iteratees: lodash.Many<(value: T[keyof T]) => lodash.NotVoid>): LodashOrderBy3x5; - (iteratees: lodash.__, orders: lodash.Many): LodashOrderBy3x6; - (iteratees: lodash.Many<(value: T[keyof T]) => lodash.NotVoid> | lodash.Many>, orders: lodash.Many): Array; + (iteratees: lodash.__, orders: lodash.Many): LodashOrderBy3x6; + (iteratees: lodash.Many<(value: T[keyof T]) => lodash.NotVoid> | lodash.Many>, orders: lodash.Many): Array; (iteratees: lodash.Many>): LodashOrderBy4x5; } - type LodashOrderBy3x5 = (orders: lodash.Many) => Array; + type LodashOrderBy3x5 = (orders: lodash.Many) => Array; type LodashOrderBy3x6 = (iteratees: lodash.Many<(value: T[keyof T]) => lodash.NotVoid> | lodash.Many>) => Array; - type LodashOrderBy4x5 = (orders: lodash.Many) => Array; + type LodashOrderBy4x5 = (orders: lodash.Many) => Array; interface LodashOverArgs { (func: (...args: any[]) => any): LodashOverArgs1x1; (func: lodash.__, transforms: lodash.Many<(...args: any[]) => any>): LodashOverArgs1x2; diff --git a/types/lowdb/_lodash.d.ts b/types/lowdb/_lodash.d.ts index ca8aace259..7267aab0d9 100644 --- a/types/lowdb/_lodash.d.ts +++ b/types/lowdb/_lodash.d.ts @@ -631,22 +631,22 @@ declare module "./index" { orderBy( this: LoDashExplicitSyncWrapper<_.List | null | undefined>, iteratees?: _.Many<_.ListIterator>, - orders?: _.Many + orders?: _.Many ): LoDashExplicitSyncWrapper; orderBy( this: LoDashExplicitSyncWrapper<_.List | null | undefined>, iteratees?: _.Many<_.ListIteratee>, - orders?: _.Many + orders?: _.Many ): LoDashExplicitSyncWrapper; orderBy( this: LoDashExplicitSyncWrapper, iteratees?: _.Many<_.ObjectIterator>, - orders?: _.Many + orders?: _.Many ): LoDashExplicitSyncWrapper>; orderBy( this: LoDashExplicitSyncWrapper, iteratees?: _.Many<_.ObjectIteratee>, - orders?: _.Many + orders?: _.Many ): LoDashExplicitSyncWrapper>; partition( this: LoDashExplicitSyncWrapper<_.List | null | undefined>, @@ -2227,22 +2227,22 @@ declare module "./index" { orderBy( this: LoDashExplicitAsyncWrapper<_.List | null | undefined>, iteratees?: _.Many<_.ListIterator>, - orders?: _.Many + orders?: _.Many ): LoDashExplicitAsyncWrapper; orderBy( this: LoDashExplicitAsyncWrapper<_.List | null | undefined>, iteratees?: _.Many<_.ListIteratee>, - orders?: _.Many + orders?: _.Many ): LoDashExplicitAsyncWrapper; orderBy( this: LoDashExplicitAsyncWrapper, iteratees?: _.Many<_.ObjectIterator>, - orders?: _.Many + orders?: _.Many ): LoDashExplicitAsyncWrapper>; orderBy( this: LoDashExplicitAsyncWrapper, iteratees?: _.Many<_.ObjectIteratee>, - orders?: _.Many + orders?: _.Many ): LoDashExplicitAsyncWrapper>; partition( this: LoDashExplicitAsyncWrapper<_.List | null | undefined>,