ArbitrarypropertyKeypropertyKey CallablepropertyKey(constraints?: MaybePartial<PropertyKeyGenerator>): Dependent<PropertyKey>It returns an arbitrary that generates an object property key. Examplerandom(propertyKey())// => ""random(propertyKey())// => "MWxUWO93"Parametersconstraints: MaybePartial<PropertyKeyGenerator> = {}Returns Dependent<PropertyKey>An property key arbitrary.
It returns an arbitrary that generates an object property key.
Example