UNPKG

337 BTypeScriptView Raw
1import { PnpmLockfileParser } from './lockfile-parser';
2import { PnpmWorkspaceArgs } from '../../types';
3import { NodeLockfileVersion } from '../../../utils';
4export declare function getPnpmLockfileParser(pnpmLockContent: string | undefined, lockfileVersion?: NodeLockfileVersion, workspaceArgs?: PnpmWorkspaceArgs): PnpmLockfileParser;