UNPKG

@mintlify/link-rot

Version:

Static checking for broken internal links

5 lines (4 loc) 117 B
export declare const getRedirects: (baseDir: string) => Promise<{ source: string; destination: string; }[]>;