UNPKG

nuxt-simple-sitemap

Version:

Powerfully flexible XML Sitemaps that integrate seamlessly, for Nuxt.

4 lines (3 loc) 200 B
import type { NitroRouteRules } from 'nitropack'; export declare function withoutQuery(path: string): string; export declare function createNitroRouteRuleMatcher(): (path: string) => NitroRouteRules;