astro-ghostcms/.pnpm-store/v3/files/0b/d19143c64b9d93c1cf8fa8352d0...

3 lines
235 B
Plaintext

import type { AstroConfig, RoutePart } from '../../../@types/astro.js';
export declare function getRouteGenerator(segments: RoutePart[][], addTrailingSlash: AstroConfig['trailingSlash']): import("path-to-regexp").PathFunction<object>;