astro-ghostcms/.pnpm-store/v3/files/bb/f7242f8e72a50686c3f63bbcfbf...

4 lines
229 B
Plaintext

import type { SitemapItem, SitemapOptions } from './index.js';
/** Construct sitemap.xml given a set of URLs */
export declare function generateSitemap(pages: string[], finalSiteUrl: string, opts: SitemapOptions): SitemapItem[];