From c8b56a0ca413a0bb6991dbbfc9bcb2c5eec6d2ce Mon Sep 17 00:00:00 2001 From: Oliver Joseph Ash Date: Mon, 25 Feb 2019 08:40:29 +0000 Subject: [PATCH] Update source, not compiled --- 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 723388c9cc..cbfe0e56bb 100644 --- a/types/lodash/common/lang.d.ts +++ b/types/lodash/common/lang.d.ts @@ -1224,7 +1224,7 @@ declare module "../index" { * @param value The value to check. * @return Returns true if value is an object, else false. */ - isObject(value?: any): boolean; + isObject(value?: any): value is object; } interface LoDashImplicitWrapper {