UNPKG

nuxt-simple-sitemap

Version:

Powerfully flexible XML Sitemaps that integrate seamlessly, for Nuxt.

3 lines (2 loc) 174 B
export declare function mergeOnKey<T, K extends keyof T>(arr: T[], key: K): T[]; export declare function splitForLocales(path: string, locales: string[]): (string | null)[];