(
event: EVENT_LIST.DNS_LOOKUP_SUCCESS,
listener: (payload: string | dns.LookupAddress[]) => void
)
| 80 | ): boolean; |
| 81 | |
| 82 | on( |
| 83 | event: EVENT_LIST.DNS_LOOKUP_SUCCESS, |
| 84 | listener: (payload: string | dns.LookupAddress[]) => void |
| 85 | ): this; |
no outgoing calls
no test coverage detected