UNPKG

textlint

Version:

The pluggable linting tool for text and markdown.

7 lines 158 B
/** * Processor Map object */ export declare class PluginMap extends Map<string, Function> { toJSON(): {}; } //# sourceMappingURL=processor-map.d.ts.map