UNPKG

@nimpl/ab-tests

Version:

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

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