UNPKG

textlint

Version:

The pluggable linting tool for text and markdown.

4 lines 255 B
import { loadFormatter as loadFixerFormatter } from "@textlint/fixer-formatter"; import { loadFormatter as loadLinterFormatter } from "@textlint/linter-formatter"; export { loadLinterFormatter, loadFixerFormatter }; //# sourceMappingURL=formatter.d.ts.map