UNPKG

nuxt-simple-sitemap

Version:

Powerfully flexible XML Sitemaps that integrate seamlessly, for Nuxt.

3 lines (2 loc) 144 B
import type { NitroUrlResolvers } from '../../types'; export declare function buildSitemapIndex(resolvers: NitroUrlResolvers): Promise<string>;