Function: has()
> has(id): boolean
Defined in: src/registries/RegisteredActivities.ts:59
Check if an activity is registered.
Parameters
id
string
The id of the activity.
Returns
boolean
True if the activity is registered, false otherwise.
> has(id): boolean
Defined in: src/registries/RegisteredActivities.ts:59
Check if an activity is registered.
string
The id of the activity.
boolean
True if the activity is registered, false otherwise.