5 lines
159 B
TypeScript
5 lines
159 B
TypeScript
|
declare function _exports(): string | (import("tls").SecureContextOptions & {
|
||
|
rejectUnauthorized?: boolean | undefined;
|
||
|
}) | undefined;
|
||
|
export = _exports;
|