UNPKG

textlint

Version:

The pluggable linting tool for text and markdown.

3 lines 172 B
import type { TextlintKernelDescriptor } from "@textlint/kernel"; export type TextlintLoader = () => Promise<TextlintKernelDescriptor>; //# sourceMappingURL=Loader.d.ts.map