UNPKG

@avenga/linkinator

Version:

Find broken links, missing images, etc in your HTML. Scurry around your site and find all those broken links.

6 lines (5 loc) 284 B
export { getConfig } from './config.ts'; export { check } from './utils.ts'; export { LinkState, type RetryInfo, type FailureDetails, type LinkResult, type CrawlResult, } from './types.ts'; export type { CheckOptions } from './options.ts'; export { LinkChecker } from './crawler.ts';