From 4ec3174f015c0d67debe91e31d15a92806210e32 Mon Sep 17 00:00:00 2001 From: J M <2364004+Blu-J@users.noreply.github.com> Date: Fri, 13 Jan 2023 14:23:19 -0700 Subject: [PATCH] chore: Expose the sub --- compat/mod.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compat/mod.ts b/compat/mod.ts index 7a1babc..4eae78a 100644 --- a/compat/mod.ts +++ b/compat/mod.ts @@ -1,4 +1,4 @@ export { properties } from "./properties.ts"; export { setConfig } from "./setConfig.ts"; -export { getConfig } from "./getConfig.ts"; +export { getConfig, getConfigAndMatcher } from "./getConfig.ts"; export * as migrations from "./migrations.ts";