mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-10 20:20:12 +00:00
Apply to implicit wrapper
This commit is contained in:
2
types/lodash/common/lang.d.ts
vendored
2
types/lodash/common/lang.d.ts
vendored
@@ -1231,7 +1231,7 @@ declare module "../index" {
|
||||
/**
|
||||
* see _.isObject
|
||||
*/
|
||||
isObject(): boolean;
|
||||
isObject(): this is LoDashImplicitWrapper<object>;
|
||||
}
|
||||
|
||||
interface LoDashExplicitWrapper<TValue> {
|
||||
|
||||
Reference in New Issue
Block a user