UNPKG

@nimpl/router

Version:

Edge router for next.js apps (i18n, basePath, rewrites, redirects)

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