diff --git a/lodash/lodash.d.ts b/lodash/lodash.d.ts index 3bababc3d..8745f4c0b 100644 --- a/lodash/lodash.d.ts +++ b/lodash/lodash.d.ts @@ -2636,9 +2636,9 @@ declare module _ { /** * @see _.omit **/ - export function omit( + export function omit( object: any, - callback: (value: any) => boolean, + callback: ObjectIterator, thisArg?: any): any; /**