UNPKG

nuxt-simple-sitemap

Version:

Powerfully flexible XML Sitemaps that integrate seamlessly, for Nuxt.

5 lines (4 loc) 281 B
import { type H3Event } from 'h3'; import type { NitroUrlResolvers, SitemapDefinition } from '../types'; export declare function useNitroUrlResolvers(e: H3Event): NitroUrlResolvers; export declare function createSitemap(e: H3Event, definition: SitemapDefinition): Promise<string>;