UNPKG

@klevu/core

Version:

Typescript SDK that simplifies development on Klevu backend. Klevu provides advanced AI-powered search and discovery solutions for online retailers.

11 lines (10 loc) 350 B
import { KlevuFetchModifer } from "../index.js"; /** * Enables AB test functionality. This will make extra request to Klevu servers and it is recommended only if you wish to use A/B testing feature. * * Currently not supported in server side rendering. * * @category Modifier * @returns */ export declare function abTest(): KlevuFetchModifer;