UNPKG

snyk

Version:

snyk library and cli utility

4 lines (3 loc) 192 B
import { PkgTree } from 'snyk-nodejs-lockfile-parser'; import { Options } from '../types'; export declare function parse(root: string, targetFile: string, options: Options): Promise<PkgTree>;