Skip to content

Function: removeListener

registry.removeListener

removeListener(«destructured»): boolean

Removes a listening UID from the registry, and then returns true if there are any remaining listeners, or false if no listeners remain.

Parameters

Name Type
«destructured» RemoveListenerArgs

Returns

boolean

Defined in

src/base/registry/index.ts:103