UNPKG

@embrace-io/web-sdk

Version:
6 lines 324 B
import { RemoteConfigURLParams } from "./types.cjs"; //#region src/managers/EmbraceConfigManager/utils.d.ts declare const getConfigURL: (appId: string, { osVersion, appVersion, deviceId }: RemoteConfigURLParams, embraceConfigURL?: string) => string; //#endregion export { getConfigURL }; //# sourceMappingURL=utils.d.cts.map