From 8318525edb8ddb232f0f309c8107536dd71ff3e5 Mon Sep 17 00:00:00 2001 From: Oliver Joseph Ash Date: Mon, 25 Feb 2019 12:15:24 +0000 Subject: [PATCH] Apply to implicit wrapper --- types/lodash/common/lang.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/lodash/common/lang.d.ts b/types/lodash/common/lang.d.ts index cbfe0e56bb..14b00747a0 100644 --- a/types/lodash/common/lang.d.ts +++ b/types/lodash/common/lang.d.ts @@ -1231,7 +1231,7 @@ declare module "../index" { /** * see _.isObject */ - isObject(): boolean; + isObject(): this is LoDashImplicitWrapper; } interface LoDashExplicitWrapper {