UNPKG

@pnpm/lockfile-file

Version:
7 lines (6 loc) 269 B
interface existsNonEmptyWantedLockfileOptions { useGitBranchLockfile?: boolean; mergeGitBranchLockfiles?: boolean; } export declare function existsNonEmptyWantedLockfile(pkgPath: string, opts?: existsNonEmptyWantedLockfileOptions): Promise<boolean>; export {};