UNPKG

knip

Version:

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

12 lines (11 loc) 375 B
import type { IsPluginEnabled, ResolveConfig } from '../../types/config.js'; import type { GatsbyConfig, GatsbyNode } from './types.js'; declare const _default: { title: string; enablers: string[]; isEnabled: IsPluginEnabled; config: string[]; production: string[]; resolveConfig: ResolveConfig<GatsbyConfig | GatsbyNode>; }; export default _default;