BrokenLinkChecker.prototype.keepBroken(fn: (result: CheckResult) => boolean): BrokenLinkChecker
Returns a new BrokenLinkChecker that keeps broken links matching the predicate in results.
fn: (result: CheckResult) => boolean
BrokenLinkChecker.prototype.keepBroken(fn: (result: CheckResult) => boolean): BrokenLinkChecker
Returns a new BrokenLinkChecker that keeps broken links matching the predicate in results.
fn: (result: CheckResult) => boolean
import { BrokenLinkChecker } from ".";