MCPcopy Index your code
hub / github.com/nodejs/node / isEvent

Function isEvent

lib/internal/event_target.js:95–97  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

93};
94
95function isEvent(value) {
96 return typeof value?.[kType] === 'string';
97}
98
99class Event {
100 #cancelable = false;

Callers 15

[customInspectSymbol]Method · 0.85
preventDefaultMethod · 0.85
targetMethod · 0.85
currentTargetMethod · 0.85
srcElementMethod · 0.85
typeMethod · 0.85
cancelableMethod · 0.85
defaultPreventedMethod · 0.85
timeStampMethod · 0.85
composedPathMethod · 0.85
returnValueMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…