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