hk-mtr-util
Version:
A simple TypeScript Library contains information about HK MTR.
26 lines • 1.42 kB
TypeScript
import { getAllLocation } from './getAllLocation';
import { getKowloonLocation } from './getKowloonLocation';
import { getIslandLocation } from './getIslandLocation';
import { getNewTerritoriesLocation } from './getNewTerritoriesLocation';
import { translate } from './translate';
import { getAirportExpressLine, getDisneylandResortLine, getEastRailLine, getIslandLine, getKwunTongLine, getSouthIslandLine, getTseungKwanOLine, getTsuenWanLine, getTuenMaLinePhaseOne, getTungChungLine, getWestRailLine } from './getLineLocation';
export * from './type';
export declare const MTRUtil: Readonly<{
getAllLocation: typeof getAllLocation;
getKowloonLocation: typeof getKowloonLocation;
getIslandLocation: typeof getIslandLocation;
getNewTerritoriesLocation: typeof getNewTerritoriesLocation;
translate: typeof translate;
getAirportExpressLine: typeof getAirportExpressLine;
getDisneylandResortLine: typeof getDisneylandResortLine;
getEastRailLine: typeof getEastRailLine;
getIslandLine: typeof getIslandLine;
getKwunTongLine: typeof getKwunTongLine;
getSouthIslandLine: typeof getSouthIslandLine;
getTseungKwanOLine: typeof getTseungKwanOLine;
getTsuenWanLine: typeof getTsuenWanLine;
getTuenMaLinePhaseOne: typeof getTuenMaLinePhaseOne;
getTungChungLine: typeof getTungChungLine;
getWestRailLine: typeof getWestRailLine;
}>;
//# sourceMappingURL=index.d.ts.map