UNPKG

knip

Version:

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

15 lines (14 loc) 407 B
import type { IsPluginEnabled, ResolveEntryPaths } from '../../types/config.js'; import type { NuxtConfig } from './types.js'; export declare const docs: { note: string; }; declare const _default: { title: string; enablers: string[]; isEnabled: IsPluginEnabled; entry: string[]; production: string[]; resolveEntryPaths: ResolveEntryPaths<NuxtConfig>; }; export default _default;