UNPKG

@nimpl/ab-tests

Version:

A package for conducting A/B tests on a website using middleware

3 lines (2 loc) 123 B
import { type Variant } from "../types/tests"; export declare const rollTest: (variants: Variant[]) => number | undefined;