UNPKG
@stacksjs/tlsx
Version:
latest (0.13.0)
0.13.0
0.10.0
0.9.0
0.8.5
0.8.4
0.8.3
0.8.2
0.8.1
0.8.0
0.7.6
0.7.5
0.7.4
0.7.3
0.7.2
0.7.1
0.7.0
0.6.0
0.5.6
0.5.5
0.5.4
0.5.3
0.5.2
0.5.1
0.5.0
0.4.3
0.4.2
0.4.1
0.3.3
0.1.3
A TLS/HTTPS library with automation.
github.com/stacksjs/tlsx
stacksjs/tlsx
@stacksjs/tlsx
/
dist
/
config.d.ts
4 lines
(3 loc)
•
129 B
TypeScript
View Raw
1
2
3
4
import
type
{
TlsConfig
}
from
'./types'
;
export
declare
const
defaultConfig
:
TlsConfig
;
export
declare
const
config
:
TlsConfig
;