test/node_modules/@vuepress/plugin-sitemap/lib/node/getSitemap.d.ts
2024-08-13 09:27:52 +08:00

4 lines
245 B
TypeScript

import type { App } from 'vuepress/core';
import type { SitemapPluginOptions } from '../typings/index.js';
export declare const getSiteMap: (app: App, options: SitemapPluginOptions, hostname: string) => Promise<[path: string, content: string]>;