UNPKG

knip

Version:

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

7 lines (6 loc) 291 B
import type { Plugin } from '../../types/config.js'; import { type Input } from '../../util/input.js'; import type { BabelConfigObj } from './types.js'; export declare const getDependenciesFromConfig: (config: BabelConfigObj) => Input[]; declare const plugin: Plugin; export default plugin;