Home > @infiniteobjects/core-library > Assert > isObject
Checks if the given input is Object Like, You can use Generic types to assert an specific Type
Signature:
static isObject<T = ObjectLike>(obj: unknown): obj is T;
Parameter | Type | Description |
---|---|---|
obj | unknown |
Returns:
obj is T
No actual check for the type assertion is done