From 5366b4c873719c5b49f6026b3ce66f07c0f60333 Mon Sep 17 00:00:00 2001 From: J H Date: Tue, 27 Feb 2024 13:25:58 -0700 Subject: [PATCH] chore: Add another export --- sdk/lib/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/sdk/lib/index.ts b/sdk/lib/index.ts index 1430c3be7..aff2ef7ed 100644 --- a/sdk/lib/index.ts +++ b/sdk/lib/index.ts @@ -3,6 +3,7 @@ export { EmVer } from "./emverLite/mod" export { Overlay } from "./util/Overlay" export { Utils } from "./util/utils" export { StartSdk } from "./StartSdk" +export { setupManifest } from "./manifest/setupManifest" export * as actions from "./actions" export * as backup from "./backup" export * as config from "./config"