chore: Adding mainFn helpers

This commit is contained in:
BluJ
2023-04-07 11:43:05 -06:00
parent 74e765511e
commit 49277bfc78
35 changed files with 457 additions and 183 deletions

View File

@@ -1,12 +1,13 @@
export * as matches from "ts-matches";
export * as TOML from "@iarna/toml";
export * as YAML from "yaml";
export * as Types from "./types";
export * as T from "./types";
export * as healthUtil from "./health/util";
export * as util from "./util";
export * as configBuilder from "./config/builder";
export * as backup from "./backup";
export * as configTypes from "./config/configTypes";
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";