UNPKG

@code-pushup/eslint-plugin

Version:

Code PushUp plugin for detecting problems in source code using ESLint.📋

3 lines (2 loc) • 157 B
import type { ProjectGraph } from '@nx/devkit'; export declare function findAllDependencies(entry: string, projectGraph: ProjectGraph): ReadonlySet<string>;