UNPKG

136 BTypeScriptView Raw
1import { NormalisedPkgs } from '../types';
2export declare const extractPkgsFromYarnLockV1: (yarnLockContent: string) => NormalisedPkgs;