UNPKG

330 BTypeScriptView Raw
1import type { NormalisedPkgs, PackageJsonBase } from '../types';
2import type { DepGraphBuildOptions } from '../types';
3export declare const buildDepGraphYarnLockV1SimpleCyclesPruned: (extractedYarnLockV1Pkgs: NormalisedPkgs, pkgJson: PackageJsonBase, options: DepGraphBuildOptions) => Promise<import("@snyk/dep-graph").DepGraph>;