UNPKG

nuxt-simple-sitemap

Version:

Powerfully flexible XML Sitemaps that integrate seamlessly, for Nuxt.

3 lines (2 loc) 148 B
import type { SitemapUrlInput } from '../types'; export declare function asSitemapUrl(url: SitemapUrlInput | Record<string, any>): SitemapUrlInput;