UNPKG

@evolvejs/core

Version:

An advanced Discord API wrapper with TS and JS support

5 lines (4 loc) 303 B
import { Objex } from "@evolvejs/objex"; import { EvolveClient } from "../Client/EvolveClient"; export declare const listeners: Objex<string[], EvolveClient>; export declare function Event(eventName?: string): (target: EvolveClient, propertyKey: string, propertyDescriptor: PropertyDescriptor) => void;