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