nuxt-simple-sitemap
Version:
Powerfully flexible XML Sitemaps that integrate seamlessly, for Nuxt.
5 lines (4 loc) • 459 B
TypeScript
import type { ModuleRuntimeConfig, NitroUrlResolvers } from '../../types';
export declare function handleEntry(k: string, e: Record<string, any> | (string | Record<string, any>)[]): string | false;
export declare function wrapSitemapXml(input: string[], resolvers: NitroUrlResolvers, wrapSitemapXmlOptions: Pick<ModuleRuntimeConfig, 'version' | 'xsl' | 'credits'>): string;
export declare function escapeValueForXml(value: boolean | string | number): string;