UNPKG

textlint

Version:

The pluggable linting tool for text and markdown.

7 lines 261 B
import { TextLintCore } from "./DEPRECATED/textlint-core"; /** * singleton instance * @deprecated use new APIs https://textlint.github.io/docs/use-as-modules.html#new-apis */ export declare const textlint: TextLintCore; //# sourceMappingURL=textlint.d.ts.map