Add types

This commit is contained in:
Lewis Jones
2025-06-19 15:21:52 +01:00
parent 2efc7af7df
commit 2517c7a607
+2
View File
@@ -7,6 +7,8 @@ export default class ComponentDetection {
static runComponentDetection(path: string): Promise<void>; static runComponentDetection(path: string): Promise<void>;
private static getComponentDetectionParameters; private static getComponentDetectionParameters;
static getManifestsFromResults(): Promise<Manifest[] | undefined>; static getManifestsFromResults(): Promise<Manifest[] | undefined>;
static processComponentsToManifests(componentsFound: any[]): Manifest[];
private static addPackagesToManifests;
private static getDependencyScope; private static getDependencyScope;
static makePackageUrl(packageUrlJson: any): string; static makePackageUrl(packageUrlJson: any): string;
private static getLatestReleaseURL; private static getLatestReleaseURL;