UNPKG
dailyhot-api
Version:
latest (2.0.8)
2.0.8
2.0.7
2.0.6
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
2.0.0-rc.5
2.0.0-rc.4
2.0.0-rc.3
An Api on Today's Hot list
github.com/imsyy/DailyHotApi
imsyy/DailyHotApi
dailyhot-api
/
dist
/
routes
/
hellogithub.d.ts
3 lines
•
194 B
TypeScript
View Raw
1
2
3
import
type
{
RouterData
,
ListContext
}
from
"../types.js"
;
export
declare
const
handleRoute
:
(
c
:
ListContext
,
noCache
:
boolean
) =>
Promise
<
RouterData
>;
//# sourceMappingURL=hellogithub.d.ts.map