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