UNPKG

snyk-nodejs-lockfile-parser

Version:
4 lines (3 loc) 263 B
import { DepGraph } from '@snyk/dep-graph'; import { ProjectParseOptions } from '../types'; export declare const parseYarnLockV1WorkspaceProject: (yarnLockContent: string, workspacePackagesPkgJsons: string[], options: ProjectParseOptions) => Promise<DepGraph[]>;