@riaskov/metro-ru
Version:
Russian metro stations data
7 lines (6 loc) • 1.13 kB
TypeScript
import { getStationNames, getClosestStation, getClosestStations, City } from "./metro.js";
import { getMoscowStationsByLineColor, getMoscowStationNames, getMoscowStationNamesByLineColor, LineColorsMnemonicRu, getClosestMoscowStation, getClosestMoscowStations } from "./moscow.js";
import { getStPetersburgStationNames, getClosestStPetersburgStation, getClosestStPetersburgStations } from "./stpetersburg.js";
import { getKazanStationNames, getClosestKazanStation, getClosestKazanStations } from "./kazan.js";
import { getEkaterinburgStationNames, getClosestEkaterinburgStation, getClosestEkaterinburgStations } from "./ekaterinburg.js";
export { getClosestStation, getClosestStations, getStationNames, getMoscowStationNames, LineColorsMnemonicRu, getMoscowStationNamesByLineColor, getClosestMoscowStation, getMoscowStationsByLineColor, getClosestMoscowStations, getStPetersburgStationNames, getClosestStPetersburgStation, getClosestStPetersburgStations, getKazanStationNames, getClosestKazanStation, getClosestKazanStations, getEkaterinburgStationNames, getClosestEkaterinburgStation, getClosestEkaterinburgStations, City };