Function: has()
> has(id): boolean
Defined in: src/narration/decorators/RegisteredLabels.ts:60
Check if a label is registered
Parameters
id
string
The id of the label
Returns
boolean
True if the label is registered, false otherwise
> has(id): boolean
Defined in: src/narration/decorators/RegisteredLabels.ts:60
Check if a label is registered
string
The id of the label
boolean
True if the label is registered, false otherwise