fix unnecessary export

This commit is contained in:
Aiden McClelland
2025-08-08 11:12:11 -06:00
parent 3a84cc97fe
commit 4f24658d33

View File

@@ -1,5 +1,4 @@
export * from "../../../base/lib/util"
export { GetSslCertificate } from "./GetSslCertificate"
export { hostnameInfoToAddress } from "../../../base/lib/util/Hostname"
export { Drop } from "../../../base/lib/util/Drop"