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