isSeparators()
Home > @gooddata/sdk-model > isSeparators
isSeparators() function
Determines whether the given object is an instance of ISeparators.
Signature:
export declare function isSeparators(obj: unknown): obj is ISeparators;
Parameters
Parameter |
Type |
Description |
---|---|---|
obj |
unknown |
object to check |
Returns:
obj is ISeparators