Apply to implicit wrapper

This commit is contained in:
Oliver Joseph Ash
2019-02-25 12:15:24 +00:00
parent f108386f07
commit 8318525edb

View File

@@ -1231,7 +1231,7 @@ declare module "../index" {
/**
* see _.isObject
*/
isObject(): boolean;
isObject(): this is LoDashImplicitWrapper<object>;
}
interface LoDashExplicitWrapper<TValue> {