Skip to content
On this page

emit()

No Description Provided

Function Definition

ts
function emit<K extends string>(eventName: Exclude<K, keyof IClientEvent>, ...args: any[]): void;

Arguments

  • eventName: Exclude<K, keyof IClientEvent>
  • ...args: any[]

Returns

  • void

Documentation

No Documentation Provided Yet

Documentation Created with ❤️ by Stuyk