Skip to main content
Go to Latest
function listenerCount
Deprecated
Deprecated

since v3.2.0

import { listenerCount } from "https://deno.land/std@0.166.0/node/_events.mjs";

Returns the number of listeners listening to the event name specified as type.

Parameters

emitter
type