UNPKG

@lattice/core

Version:
5 lines (4 loc) 184 B
import { UriMatchers, ParamUriMatchers } from '../../../bootstrap'; export declare class UriMatcherRefiner { static refine(matcher: UriMatchers): UriMatchers | ParamUriMatchers; }