UNPKG

snyk-go-plugin

Version:
3 lines (2 loc) 123 B
import { DepTree } from './types'; export declare function getDepTree(root: string, targetFile: string): Promise<DepTree>;