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
/
lib
/
index.d.ts
3 lines
(2 loc)
•
115 B
TypeScript
View Raw
1
2
3
import
{
InputLocation
}
from
"./interface"
;
export
declare
const
AirThai
:
(
INPUT
:
InputLocation
) =>
Promise
<
any
>;