Skip to content

Commit 2d94d87

Browse files
committed
docs: clarify PackageManager abstract class responsibility (jsdoc)
1 parent 52761fa commit 2d94d87

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/managers/manager.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import { CancellationToken } from "../util";
22

33
/**
4-
* Interface for package manager implementations.
5-
* Using interface to force explicit implementations.
4+
* Base class for wrapping CLI-based package managers like npm, yarn, or pnpm.
5+
* Provides a unified interface for dependency resolution and command execution.
66
*/
77
export abstract class PackageManager {
88
/**

0 commit comments

Comments
 (0)