Function: isRandomConfig()
isRandomConfig<
TRandomExtra>(obj):obj is RandomConfig<TRandomExtra>
Defined in: model/configs.ts:148
Determines whether the given object is a RandomConfig
Type Parameters
TRandomExtra
TRandomExtra = unknown
Parameters
obj
unknown
The object to check
Returns
obj is RandomConfig<TRandomExtra>
Whether the object is a RandomConfig