feat: Remove aggregator in index for export

This commit is contained in:
BluJ
2023-05-02 17:06:40 -06:00
parent add231ce8a
commit 8913dd324c
20 changed files with 100 additions and 113 deletions

View File

@@ -1,16 +1,16 @@
import { Effects, ExpectedExports } from "../types"
import { Utils, utils } from "../util"
import { Daemons } from "./Daemons"
export * as network from "./exportInterfaces"
export { LocalBinding } from "./LocalBinding"
export { LocalPort } from "./LocalPort"
export { NetworkBuilder } from "./NetworkBuilder"
export { NetworkInterfaceBuilder } from "./NetworkInterfaceBuilder"
export { Origin } from "./Origin"
export { TorBinding } from "./TorBinding"
export { TorHostname } from "./TorHostname"
import "./exportInterfaces"
import "./LocalBinding"
import "./LocalPort"
import "./NetworkBuilder"
import "./NetworkInterfaceBuilder"
import "./Origin"
import "./TorBinding"
import "./TorHostname"
export { Daemons } from "./Daemons"
import "./Daemons"
/**
* Used to ensure that the main function is running with the valid proofs.