External module "util/object"
Functions
isObject
- isObject(value: unknown): boolean
-
Parameters
Returns boolean
isPlainObject
- isPlainObject(value: unknown): boolean
-
Parameters
Returns boolean
prototypeAugment
- prototypeAugment(target: object, source: object): object
-
Parameters
-
target: object
-
source: object
Returns object
Checks if the provided value is an object.