UNPKG

@mintlify/link-rot

Version:

Static checking for broken internal links

7 lines (6 loc) 169 B
export declare const getBrokenRedirects: (repoPath?: string, options?: { checkSnippets?: boolean; }) => Promise<{ source: string; destination: string; }[]>;