UNPKG
@nickbusey/thelounge
Version:
latest (4.3.2-7)
4.3.2
4.3.2-7
4.3.2-6
4.3.2-5
4.3.2-3
4.3.2-2
4.3.2-1
4.3.1
The self-hosted Web IRC client
thelounge.chat
nickbusey/thelounge
@nickbusey/thelounge
/
server
/
index.ts
9 lines
(6 loc)
•
207 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
import
*
as
dns
from
"dns"
;
// Set DNS result order early before anything that may depend on it happens.
if
(dns.
setDefaultResultOrder
) { dns.
setDefaultResultOrder
(
"verbatim"
); }
import
"./command-line"
;