UNPKG

325 BTypeScriptView Raw
1import { YarnLockV2ProjectParseOptions, YarnLockV2WorkspaceArgs } from '../types';
2import { DepGraph } from '@snyk/dep-graph';
3export declare const parseYarnLockV2Project: (pkgJsonContent: string, yarnLockContent: string, options: YarnLockV2ProjectParseOptions, workspaceArgs?: YarnLockV2WorkspaceArgs) => Promise<DepGraph>;