UNPKG
koishi-plugin-yunzai
Version:
latest (1.0.0-alpha.0)
1.0.0-alpha.0
0.0.1
0.0.0-preview.0
a yunzai adapter for koishi
github.com/kunzaijs/koishi-plugin-yunzai
kunzaijs/koishi-plugin-yunzai
koishi-plugin-yunzai
/
lib
/
characters
/
adapter
/
enka.adapter.d.ts
7 lines
(6 loc)
•
159 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
declare
class
EnkaAdapter
{
private
baseURL;
private
uid;
setup
(
uid
:
string
,
proxyAgent
?:
URL
):
void
;
findPanel
():
Promise
<
Response
>; }