UNPKG

@jsonstorage/personalize-react

Version:

Personalize headless static websites based on query string, location, headers and more.

3 lines (2 loc) 191 B
import { ExperimentConfigAsync, ExperimentResultAsync } from "./interfaces"; export default function useExperimentAsync(config: ExperimentConfigAsync, logger?: any): ExperimentResultAsync;