UNPKG

textlint

Version:

The pluggable linting tool for text and markdown.

4 lines (2 loc) 137 B
import type { TextlintKernelDescriptor } from "@textlint/kernel"; export type TextlintLoader = () => Promise<TextlintKernelDescriptor>;