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"