UNPKG

nuxt-simple-sitemap

Version:

Powerfully flexible XML Sitemaps that integrate seamlessly, for Nuxt.

8 lines (7 loc) 339 B
import type { FilterInput, ModuleRuntimeConfig } from './types'; export * from './utils-pure'; /** * Transform a literal notation string regex to RegExp */ export declare function normalizeRuntimeFilters(input?: FilterInput[]): (RegExp | string)[]; export declare function useSimpleSitemapRuntimeConfig(): Readonly<ModuleRuntimeConfig>;