UNPKG

svelte-sitemap

Version:

Small helper which scans your Svelte routes folder and generates static sitemap.xml

10 lines (9 loc) 392 B
export declare const cliColors: { cyanAndBold: string; green: string; red: string; }; export declare const successMsg: (outDir: string, filename: string) => string; export declare const errorMsgWrite: (outDir: string, filename: string) => string; export declare const errorMsgFolder: (outDir: string) => string; export declare const errorMsgHtmlFiles: (outDir: string) => string;