UNPKG

snyk-nodejs-lockfile-parser

Version:
3 lines (2 loc) 136 B
import { NormalisedPkgs } from '../types'; export declare const extractPkgsFromYarnLockV2: (yarnLockContent: string) => NormalisedPkgs;