UNPKG

183 BTypeScriptView Raw
1import { DepGraph } from '@snyk/dep-graph';
2export declare const buildDepGraphFromCliOutput: (rawCliOutput: string, lockfileContent: string, manifestFileContent: string) => DepGraph;