UNPKG
@hkai-ai/weibo-api
Version:
latest (1.1.7)
1.1.7
1.1.6
1.1.5
香港人工智能协会封装的新浪微博API
github.com/hkai-ai/WeiboAPI
hkai-ai/WeiboAPI
@hkai-ai/weibo-api
/
dist
/
utils
/
search.d.ts
7 lines
•
234 B
TypeScript
View Raw
1
2
3
4
5
6
7
/** * 根据用户名搜索用户的 uid,如果是 null 表示搜索不到 *
@param
username
*
@returns
*/
export
declare
const
searchForUserUID
:
(
username
:
string
) =>
Promise
<
string
|
null
>;
//# sourceMappingURL=search.d.ts.map