UNPKG

@xhayper/discord-rpc

Version:
9 lines (8 loc) 176 B
import type { Client } from "../Client"; export declare class Base { /** * the client instance */ readonly client: Client; constructor(client: Client); }