Function: add()
> add(...maps): void
Defined in: src/registries/RegisteredMaps.ts:17
Save a map in the registered maps. If the map already exists, it will be overwritten.
Parameters
maps
...(MapInterface | MapInterface[])[]
The map to save.
Returns
void