UNPKG
@fukayatti0/discord-rpc
Version:
latest (0.2.0)
0.2.0
0.1.1
0.1.0
0.0.1
a fork of discordjs/RPC
github.com/fukayatti/discord-rpc
fukayatti/discord-rpc
@fukayatti0/discord-rpc
/
dist
/
structures
/
Base.d.ts
9 lines
(8 loc)
•
176 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
type
{
Client
}
from
"../Client"
;
export
declare
class
Base
{
/** * the client instance */
readonly
client
:
Client
;
constructor
(
client
:
Client
); }