UNPKG
cowin-apis
Version:
latest (1.0.1)
1.0.1
This is an api client for cowin portal apis
cowin-apis
/
dist
/
Functions
/
Appoinments
/
index.d.ts
5 lines
(4 loc)
•
201 B
TypeScript
View Raw
1
2
3
4
5
export
{ calendarByDistrict }
from
'./calendarByDistrict'
;
export
{ calendarByPin }
from
'./calendarByPin'
;
export
{ findByDistrict }
from
'./findByDistricts'
;
export
{ findByPin }
from
'./findByPin'
;