@embrace-io/web-sdk
Version:
5 lines (4 loc) • 329 B
JavaScript
import { SDK_VERSION, TEMPLATE_APP_VERSION } from "./constants/index.js";
import { getAppInstanceId } from "./appInstanceId.js";
import { getWebSDKOverridableResource, getWebSDKResource } from "./webSdkResource.js";
export { SDK_VERSION, TEMPLATE_APP_VERSION, getAppInstanceId, getWebSDKOverridableResource, getWebSDKResource };