| 4 | import { URL } from 'node:url'; |
| 5 | |
| 6 | interface TLSDependencyPath { |
| 7 | DOWNLOAD_PATH: string; |
| 8 | TLS_LIB_PATH: string; |
| 9 | } |
| 10 | |
| 11 | class TlsDependency { |
| 12 | private readonly arch: string; |
nothing calls this directly
no outgoing calls
no test coverage detected