UNPKG

@nimpl/ab-tests

Version:

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

8 lines (7 loc) 182 B
import { type Rule } from "../types/tests"; export declare const checkCookie: (_url: URL, rule: Rule) => { match: boolean; groups: { [key: string]: string; }; };