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,18 +1,18 @@
export * as backup from "./backup"
export * as config from "./config"
export * as configBuilder from "./config/builder"
export * as configTypes from "./config/configTypes"
export * as health from "./health"
export * as healthUtil from "./health/checkFns"
export * as mainFn from "./mainFn"
export * as matches from "ts-matches"
export * as T from "./types"
export * as TOML from "@iarna/toml"
export * as Types from "./types"
export * as util from "./util"
export * as YAML from "yaml"
export * as properties from "./properties"
export * as autoconfig from "./autoconfig"
export * as actions from "./actions"
export * as manifest from "./manifest"
export * as inits from "./inits"
import "./backup"
import "./config"
import "./config/builder"
import "./config/configTypes"
import "./health"
import "./health/checkFns"
import "./mainFn"
import "ts-matches"
import "./types"
import "@iarna/toml"
import "./types"
import "./util"
import "yaml"
import "./properties"
import "./autoconfig"
import "./actions"
import "./manifest"
import "./inits"