diff --git a/lodash/lodash.d.ts b/lodash/lodash.d.ts index 97aeab757a..f51a1b7b42 100644 --- a/lodash/lodash.d.ts +++ b/lodash/lodash.d.ts @@ -1919,27 +1919,27 @@ declare module _ { **/ map( callback: ListIterator, - thisArg?: any): LoDashArrayWrapper; + thisArg?: any): LoDashArrayWrapper; /** * @see _.map * @param pluckValue _.pluck style callback **/ map( - pluckValue: string): LoDashArrayWrapper; + pluckValue: string): LoDashArrayWrapper; /** * @see _.map **/ collect( callback: ListIterator, - thisArg?: any): LoDashArrayWrapper; + thisArg?: any): LoDashArrayWrapper; /** * @see _.map **/ collect( - pluckValue: string): LoDashArrayWrapper; + pluckValue: string): LoDashArrayWrapper; } interface LoDashObjectWrapper { @@ -1948,14 +1948,14 @@ declare module _ { **/ map( callback: ObjectIterator, - thisArg?: any): LoDashObjectWrapper; + thisArg?: any): LoDashObjectWrapper; /** * @see _.map **/ collect( callback: ObjectIterator, - thisArg?: any): LoDashObjectWrapper; + thisArg?: any): LoDashObjectWrapper; } //_.max