UNPKG

241 BTypeScriptView Raw
1import { YarnLockV1ProjectParseOptions } from '../types';
2export declare const parseYarnLockV1Project: (pkgJsonContent: string, yarnLockContent: string, options: YarnLockV1ProjectParseOptions) => Promise<import("@snyk/dep-graph").DepGraph>;