diff --git a/lib/index.ts b/lib/index.ts index 3d389a4..2e5823c 100644 --- a/lib/index.ts +++ b/lib/index.ts @@ -16,3 +16,7 @@ import "./autoconfig" import "./actions" import "./manifest" import "./inits" + +export * as matches from "ts-matches" +export * as YAML from "yaml" +export * as TOML from "@iarna/toml"