mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-10 04:00:10 +00:00
Update source, not compiled
This commit is contained in:
2
types/lodash/common/lang.d.ts
vendored
2
types/lodash/common/lang.d.ts
vendored
@@ -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<TValue> {
|
||||
|
||||
Reference in New Issue
Block a user