UNPKG

knip

Version:

Find and fix unused dependencies, exports and files in your TypeScript and JavaScript projects

5 lines (4 loc) 385 B
import type { PluginOptions } from '../../types/config.js'; import { type ConfigInput, type Input } from '../../util/input.js'; import type { ESLintConfig, ESLintConfigDeprecated, OverrideConfigDeprecated } from './types.js'; export declare const getInputs: (config: ESLintConfigDeprecated | OverrideConfigDeprecated | ESLintConfig, options: PluginOptions) => (Input | ConfigInput)[];