UNPKG

@bgscore/react-router

Version:

Automatic React Router generator for Vite with TypeScript support

6 lines (5 loc) 233 B
import { RouteNode } from "../types"; /** * Fungsi utama untuk membangun flattened route chains. */ export default function buildRouteChains(sourceDir: string, currentDir: string, baseUrl: string, layoutName: string): RouteNode[];