Getting Started
Installationโ
- npm
- Yarn
npm install @open-tech-world/route-matcher
yarn add @open-tech-world/route-matcher
Usageโ
import { routeMatcher } from "@open-tech-world/route-matcher";
routeMatcher(route: string, path: string): RouteSegment[] | null;
// Eg: routeMatcher("/path/:param", "/path/value");