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

@@ -8,7 +8,6 @@ import {
ValueSpecText,
ValueSpecTextarea,
} from "../configTypes"
import { once } from "../../util"
import { DefaultString } from "../configTypes"
import { _ } from "../../util"
import {
@@ -23,6 +22,7 @@ import {
string,
unknown,
} from "ts-matches"
import { once } from "../../util/once"
type RequiredDefault<A> =
| false