UNPKG

knip

Version:

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

3 lines (2 loc) 255 B
export type WorkspaceFilePathFilter = (filePath: string) => boolean; export declare const createWorkspaceFilePathFilter: (cwd: string, selectedWorkspaces: Set<string> | undefined, availableWorkspaceNames: string[] | undefined) => WorkspaceFilePathFilter;