knip
Version:
Find unused files, dependencies and exports in your TypeScript and JavaScript projects
16 lines (15 loc) • 458 B
TypeScript
import type { IsPluginEnabled, ResolveConfig, ResolveEntryPaths } from '../../types/config.js';
import type { JestConfig } from './types.js';
declare const _default: {
title: string;
enablers: string[];
isEnabled: IsPluginEnabled;
config: string[];
entry: string[];
resolveEntryPaths: ResolveEntryPaths<JestConfig>;
resolveConfig: ResolveConfig<JestConfig>;
args: {
config: boolean;
};
};
export default _default;