UNPKG

@opentelemetry/context-zone-peer-dep

Version:
7 lines 320 B
/** * check if an object has `addEventListener` and `removeEventListener` functions. * Generally only called with a `TargetWithEvents` but may be called with an `unknown` value. * @param obj - The object to check. */ export declare function isListenerObject(obj: unknown): boolean; //# sourceMappingURL=util.d.ts.map