Is this folder a project using this framework?
(path: string, packageManager: PackageManager)
| 21 | |
| 22 | /** Is this folder a project using this framework? */ |
| 23 | isMatch(path: string, packageManager: PackageManager): Promise<boolean>; |
| 24 | |
| 25 | /** List of packages to install */ |
| 26 | dependencies(): Promise<InstallPackage[]>; |
no outgoing calls
no test coverage detected