UNPKG

@the-control-group/react-split-test

Version:
6 lines (5 loc) 289 B
export { default as Experiment } from './Experiment'; export { default as Variation } from './Variation'; export declare function getCachedVariation(id: string): any; export declare function clearExperimentCache(id: string): void; export declare function clearAllExperimentCaches(): void;