UNPKG

402 BTypeScriptView Raw
1import type { YarnLockV2ProjectParseOptions, YarnLockV2WorkspaceArgs } from '../types';
2import type { NormalisedPkgs, PackageJsonBase } from '../types';
3export declare const buildDepGraphYarnLockV2Simple: (extractedYarnLockV2Pkgs: NormalisedPkgs, pkgJson: PackageJsonBase, options: YarnLockV2ProjectParseOptions, workspaceArgs?: YarnLockV2WorkspaceArgs) => Promise<import("@snyk/dep-graph").DepGraph>;