UNPKG

hk-mtr-util

Version:

A simple TypeScript Library contains information about HK MTR.

39 lines 2.04 kB
"use strict"; var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { if (k2 === undefined) k2 = k; Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); }) : (function(o, m, k, k2) { if (k2 === undefined) k2 = k; o[k2] = m[k]; })); var __exportStar = (this && this.__exportStar) || function(m, exports) { for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); }; Object.defineProperty(exports, "__esModule", { value: true }); exports.MTRUtil = void 0; var getAllLocation_1 = require("./getAllLocation"); var getKowloonLocation_1 = require("./getKowloonLocation"); var getIslandLocation_1 = require("./getIslandLocation"); var getNewTerritoriesLocation_1 = require("./getNewTerritoriesLocation"); var translate_1 = require("./translate"); var getLineLocation_1 = require("./getLineLocation"); __exportStar(require("./type"), exports); exports.MTRUtil = Object.freeze({ getAllLocation: getAllLocation_1.getAllLocation, getKowloonLocation: getKowloonLocation_1.getKowloonLocation, getIslandLocation: getIslandLocation_1.getIslandLocation, getNewTerritoriesLocation: getNewTerritoriesLocation_1.getNewTerritoriesLocation, translate: translate_1.translate, getAirportExpressLine: getLineLocation_1.getAirportExpressLine, getDisneylandResortLine: getLineLocation_1.getDisneylandResortLine, getEastRailLine: getLineLocation_1.getEastRailLine, getIslandLine: getLineLocation_1.getIslandLine, getKwunTongLine: getLineLocation_1.getKwunTongLine, getSouthIslandLine: getLineLocation_1.getSouthIslandLine, getTseungKwanOLine: getLineLocation_1.getTseungKwanOLine, getTsuenWanLine: getLineLocation_1.getTsuenWanLine, getTuenMaLinePhaseOne: getLineLocation_1.getTuenMaLinePhaseOne, getTungChungLine: getLineLocation_1.getTungChungLine, getWestRailLine: getLineLocation_1.getWestRailLine, }); //# sourceMappingURL=index.js.map