UNPKG

eslint-plugin-text

Version:

An incredible ESLint plugin for retext or textlint

3 lines (2 loc) 164 B
import type { Linter, WorkerOptions, WorkerResult } from './types.js'; export declare const lint: <T extends Linter>(options: WorkerOptions<T>) => WorkerResult<T>;