Function: isConstantConfig()
isConstantConfig<
TValue,TConstantExtra>(obj):obj is ConstantConfig<TValue, TConstantExtra>
Defined in: model/configs.ts:59
Determines whether the given object is a ConstantConfig
Type Parameters
TValue
TValue
TConstantExtra
TConstantExtra = unknown
Parameters
obj
unknown
The object to check
Returns
obj is ConstantConfig<TValue, TConstantExtra>
Whether the object is an (active) ConstantConfig