UNPKG

air-thai-api

Version:
10 lines 389 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); const findstation_1 = __importDefault(require("./findstation")); exports.AirThai = (INPUT) => { return findstation_1.default(INPUT); }; //# sourceMappingURL=index.js.map