Function: has()
> has(id): boolean
Defined in: src/characters/decorators/character-decorator.ts:74
Check if a character is registered.
Parameters
id
string
is the id of the character
Returns
boolean
true if the character exists, false otherwise
> has(id): boolean
Defined in: src/characters/decorators/character-decorator.ts:74
Check if a character is registered.
string
is the id of the character
boolean
true if the character exists, false otherwise