UNPKG

knip

Version:

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

8 lines (7 loc) 155 B
export type CucumberConfig = { publishQuiet?: boolean; import?: string[]; require?: string[]; format?: string[]; parallel?: number; };