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
/
utils
/
getRSS.d.ts
4 lines
•
158 B
TypeScript
View Raw
1
2
3
4
import
type
{
RouterData
}
from
"../types.ts"
;
declare
const
getRSS
:
(
data
:
RouterData
) =>
string
;
export
default
getRSS;
//# sourceMappingURL=getRSS.d.ts.map