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