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