UNPKG

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