Home > @infiniteobjects/models > Repository > isInstance
Returns true if the given object is an instance of the Entity
Signature:
isInstance(obj: unknown): obj is EntityType;
Parameter | Type | Description |
---|---|---|
obj | unknown |
Returns:
obj is EntityType