Function: get()
> get(id): LocationInterface | undefined
Defined in: src/registries/RegisteredLocations.ts:32
Get a location by its id.
Parameters
id
string
The id of the location.
Returns
LocationInterface | undefined
The location or undefined if not found.