UNPKG

textlint

Version:

The pluggable linting tool for natural language.

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