UNPKG
air-thai-api
Version:
latest (1.0.1)
1.0.1
1.0.0
Find PM2.5 around us
github.com/olustrrax/air-thai-api
olustrrax/air-thai-api
air-thai-api
/
src
/
index.ts
8 lines
(5 loc)
•
171 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
import
{
InputLocation
}
from
"./interface"
;
import
FindStation
from
"./findstation"
;
export
const
AirThai
= (
INPUT: InputLocation
) => {
return
FindStation
(
INPUT
); };