knip
Version:
Find unused files, dependencies and exports in your TypeScript and JavaScript projects
11 lines (10 loc) • 340 B
TypeScript
import type { IsPluginEnabled, ResolveEntryPaths } from '../../types/config.js';
import type { WranglerConfig } from './types.js';
declare const _default: {
title: string;
enablers: string[];
isEnabled: IsPluginEnabled;
config: string[];
resolveEntryPaths: ResolveEntryPaths<WranglerConfig>;
};
export default _default;