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
/
app.d.ts
4 lines
•
177 B
TypeScript
View Raw
1
2
3
4
import
{
Hono
}
from
"hono"
;
declare
const
app
:
Hono
<
import
(
"hono/types"
).
BlankEnv
,
import
(
"hono/types"
).
BlankSchema
,
"/"
>;
export
default
app;
//# sourceMappingURL=app.d.ts.map