UNPKG

knip

Version:

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

6 lines (5 loc) 400 B
import type { Tags } from '../types/cli.js'; export declare const splitTags: (rawTags: string[]) => Tags; export declare const shouldIgnore: (jsDocTags: Set<string>, tags: Tags) => boolean; export declare const getShouldIgnoreHandler: (isProduction: boolean) => (jsDocTags: Set<string>) => boolean; export declare const getShouldIgnoreTagHandler: (tags: Tags) => (jsDocTags: Set<string>) => boolean;