UNPKG

next-runtime-sitemap

Version:

Generates a sitemap for nextjs apps at runtime, using a crawl of the local filesystem

5 lines (4 loc) 159 B
export type FileIntrospectionProps = { defaultLocale: string; }; export declare function introspectFiles(props?: FileIntrospectionProps): Promise<string>;