BrokenLinkChecker.prototype.check(startUrls: (string | URL)[]): Stream<CheckResult, Error>
Start crawling from one or more entrypoints. Returns a stream of CheckResult. Use partition() to separate ok/broken links (successes) from stream errors (errors).
startUrls: (string | URL)[]
Stream<CheckResult, Error>