UNPKG

@absmartly/javascript-sdk

Version:

A/B Smartly Javascript SDK

18 lines 632 B
import Context from "./context"; import SDK from "./sdk"; import { mergeConfig } from "./config"; import { ContextDataProvider } from "./provider"; import { ContextPublisher } from "./publisher"; declare const _default: { mergeConfig: typeof mergeConfig; AbortController: typeof import("./abort-controller-shim").AbortController | { new (): AbortController; prototype: AbortController; }; Context: typeof Context; ContextDataProvider: typeof ContextDataProvider; ContextPublisher: typeof ContextPublisher; SDK: typeof SDK; }; export default _default; //# sourceMappingURL=browser.d.ts.map