(
elem: {
addEventListener(
type: string,
listener: (payload: T | undefined) => void,
): void
removeEventListener(
type: string,
listener: (payload: T | undefined) => void,
): void
},
type: string,
callback?: (unsubscribe: () => void) => void,
)
source not stored for this graph (policy: none)
no test coverage detected