@__dirname/pixiv-web-api
Preparing search index...
tagsSuggestByWord
Function tagsSuggestByWord
tagsSuggestByWord
(
query
:
Query
<
{
word
:
string
}
>
,
)
:
Promise
<
{
illust_count
:
number
;
tag_name
:
string
;
total_count
:
number
}
[]
,
>
Parameters
query
:
Query
<
{
word
:
string
}
>
Returns
Promise
<
{
illust_count
:
number
;
tag_name
:
string
;
total_count
:
number
}
[]
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@__dirname/pixiv-web-api
Loading...