UNPKG

linkcheck-bin

Version:

An npm-installable wrapper for @filiph's linkcheck, a reasonably fast link checker.

9 lines (7 loc) 212 B
/// <reference types="node" /> /** * @returns {string} Absolute path to the linkcheck executable (`linkcheck.exe` on * Windows, `linkcheck` otherwise). */ declare const linkcheck: string; export = linkcheck;