UNPKG

93 BTypeScriptView Raw
1export declare enum PackageManager {
2 NPM = "npm",
3 YARN = "yarn",
4 PNPM = "pnpm"
5}