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
/
findstation.d.ts
4 lines
(3 loc)
•
140 B
TypeScript
View Raw
1
2
3
4
import
{
InputLocation
}
from
"./interface"
;
declare
const
FindStation
:
(
input
:
InputLocation
) =>
Promise
<
any
>;
export
default
FindStation
;