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