UNPKG

astro

Version:

Astro is a modern site builder with web best practices, performance, and DX front-of-mind.

4 lines (3 loc) 280 B
import type { AstroConfig } from '../../../types/public/config.js'; import type { RoutePart } from '../../../types/public/internal.js'; export declare function getPattern(segments: RoutePart[][], base: AstroConfig['base'], addTrailingSlash: AstroConfig['trailingSlash']): RegExp;