UNPKG

@nimpl/router

Version:

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

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