UNPKG
dohdec
Version:
latest (7.0.4)
7.0.4
7.0.3
7.0.2
7.0.1
7.0.0
6.0.4
6.0.3
6.0.1
6.0.0
5.0.3
5.0.1
5.0.0
4.0.0
3.1.0
3.0.0
2.1.0
2.0.0
1.1.0
1.0.0
DNS over HTTPS and DNS over TLS
github.com/hildjj/dohdec
hildjj/dohdec
dohdec
/
types
/
index.d.ts
4 lines
(3 loc)
•
132 B
TypeScript
View Raw
1
2
3
4
export
{
DNSoverHTTPS
}
from
"./doh.js"
;
export
{
DNSoverTLS
}
from
"./dot.js"
;
export
{
DNSError
,
DNSutils
}
from
"./dnsUtils.js"
;