UNPKG

@riogz/router

Version:

A simple, lightweight, powerful, view-agnostic, modular and extensible router

4 lines (3 loc) 274 B
import { MatchOptions, MatchResponse, RouteNode } from './RouteNode'; declare const matchChildren: (nodes: RouteNode[], pathSegment: string, currentMatch: MatchResponse, options?: MatchOptions, consumedBefore?: string) => MatchResponse | null; export default matchChildren;