UNPKG

link-checker-cli

Version:

CLI tool to check for broken links in a website or project

3 lines (2 loc) 123 B
export declare function isLink(value: string): boolean; export declare function getPageData(url: string): Promise<string>;