UNPKG

@embrace-io/web-sdk

Version:
6 lines 322 B
import { RemoteConfigURLParams } from "./types.js"; //#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.ts.map