UNPKG

snyk-nodejs-lockfile-parser

Version:
3 lines (2 loc) 183 B
import { DepGraph } from '@snyk/dep-graph'; export declare const buildDepGraphFromCliOutput: (rawCliOutput: string, lockfileContent: string, manifestFileContent: string) => DepGraph;