UNPKG

knip

Version:

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

9 lines (8 loc) 155 B
type PluginRef = string | { name: string; }; type Config = { plugins?: PluginRef[]; }; export type OpenApiTsConfig = Config | Config[]; export {};