air-thai-api
Version:
Find PM2.5 around us
10 lines • 389 B
JavaScript
;
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