UNPKG

@embrace-io/web-sdk

Version:
4 lines 331 B
import { getAppInstanceId } from "./appInstanceId.cjs"; import { SDK_VERSION, TEMPLATE_APP_VERSION } from "./constants/index.cjs"; import { getWebSDKOverridableResource, getWebSDKResource } from "./webSdkResource.cjs"; export { SDK_VERSION, TEMPLATE_APP_VERSION, getAppInstanceId, getWebSDKOverridableResource, getWebSDKResource };