UNPKG

knip

Version:

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

5 lines (4 loc) 249 B
import type { Program } from 'oxc-parser'; import { type Input } from '../../util/input.ts'; export declare const getReactBabelPlugins: (program: Program) => string[]; export declare const getIndexHtmlEntries: (rootDir: string) => Promise<Input[]>;