UNPKG

@jay-js/system

Version:

A powerful and flexible TypeScript library for UI, state management, lazy loading, routing and managing draggable elements in modern web applications.

5 lines (4 loc) 300 B
import type { TPotentialMatch } from "../../types"; export declare function getPotentialMatch(pathName: string): TPotentialMatch; export declare function getPotentialMatches(pathName: string): Array<TPotentialMatch>; export declare function getPotentialMatchIndex(pathName: string): TPotentialMatch;