UNPKG

knip

Version:

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

4 lines (3 loc) 173 B
import type { Program } from 'oxc-parser'; import { type Input } from '../../util/input.ts'; export declare const getInputsFromFlatConfigAST: (program: Program) => Input[];