UNPKG

168 BTypeScriptView Raw
1import { DepGraph } from '@snyk/dep-graph';
2export declare function parseGoModGraph(goModGraphOutput: string, projectName?: string, projectVersion?: string): DepGraph;