(
type: string,
listener: (oldState: Record<string, boolean>, newState: Record<string, boolean>) => void,
)
| 125 | } |
| 126 | |
| 127 | override on( |
| 128 | type: string, |
| 129 | listener: (oldState: Record<string, boolean>, newState: Record<string, boolean>) => void, |
| 130 | ): this { |
| 131 | return super.on(type, listener); |
| 132 | } |
| 133 | } |
no outgoing calls
no test coverage detected