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