From 31a0988eef7a3038d6255d16c4e592366ca22a65 Mon Sep 17 00:00:00 2001 From: BluJ Date: Tue, 2 May 2023 18:15:46 -0600 Subject: [PATCH] chore: Re-Export dependencies --- lib/index.ts | 4 ++++ 1 file changed, 4 insertions(+) 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"