UNPKG

@absmartly/javascript-sdk

Version:

A/B Smartly Javascript SDK

20 lines 767 B
import Context from "./context"; import SDK from "./sdk"; import { mergeConfig } from "./config"; import { ContextDataProvider } from "./provider"; import { ContextPublisher } from "./publisher"; import { AbortController } from "./abort"; export { mergeConfig, AbortController, Context, ContextDataProvider, ContextPublisher, SDK }; 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=index.d.ts.map