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
/
getToken
/
weread.d.ts
7 lines
•
202 B
TypeScript
View Raw
1
2
3
4
5
6
7
/** * 获取微信读书的书籍 ID * 感谢
@MCBBC
及 ChatGPT */
declare
const
getWereadID
:
(
bookId
:
string
) =>
string
|
undefined
;
export
default
getWereadID;
//# sourceMappingURL=weread.d.ts.map