UNPKG

textlint

Version:

The pluggable linting tool for natural language.

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