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
6 lines
•
291 B
TypeScript
View Raw
1
2
3
4
5
6
import
type
{
TlsConfig
}
from
'./types'
;
export
declare
function
getConfig
(
):
Promise
<
TlsConfig
>;
// Default configuration values
export
declare
const
defaultConfig
:
TlsConfig
;
// For backwards compatibility - synchronous access with default fallback
export
declare
const
config
:
TlsConfig
;