(
event: EVENT_LIST.DNS_LOOKUP_SUCCESS,
listener: (payload: string | dns.LookupAddress[]) => void
)
| 105 | ): this; |
| 106 | |
| 107 | once( |
| 108 | event: EVENT_LIST.DNS_LOOKUP_SUCCESS, |
| 109 | listener: (payload: string | dns.LookupAddress[]) => void |
| 110 | ): this; |
no outgoing calls
no test coverage detected