UNPKG

@avenga/linkinator

Version:

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

7 lines (6 loc) 183 B
export var LinkState; (function (LinkState) { LinkState["OK"] = "OK"; LinkState["BROKEN"] = "BROKEN"; LinkState["SKIPPED"] = "SKIPPED"; })(LinkState || (LinkState = {}));