.isEvent()

Checks if the object specified is an Event | Function

.isEvent(object)
Parameter
Description
Type

object

The Unknown Object

unknown

Returns

object is IEvent<keyof ClientEvents>

Last updated