MCPcopy Create free account
hub / github.com/DemonMartin/tlsClient / TLSDependencyPath

Interface TLSDependencyPath

src/utils/path.ts:6–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import { URL } from 'node:url';
5
6interface TLSDependencyPath {
7 DOWNLOAD_PATH: string;
8 TLS_LIB_PATH: string;
9}
10
11class TlsDependency {
12 private readonly arch: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected