npm-lock-parser.d.ts 192 B

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