UNPKG

116 BTypeScriptView Raw
1declare const useExperiment: (experimentId: string, variantIndex: number) => boolean;
2export default useExperiment;