diff --git a/lodash/lodash.d.ts b/lodash/lodash.d.ts index 7c4111746..80ad0b79c 100644 --- a/lodash/lodash.d.ts +++ b/lodash/lodash.d.ts @@ -5153,7 +5153,7 @@ declare module _ { /** * @see _.where **/ - where(properties: U): LoDashArrayWrapper; + where(properties: U): LoDashArrayWrapper; } /********