UNPKG

@stacksjs/tlsx

Version:

A TLS/HTTPS library with automation.

6 lines 291 B
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;