UNPKG

@xhayper/discord-rpc

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