UNPKG

@nodesecure/utils

Version:
3 lines 247 B
export declare function getScoreColor(score: number): "red" | "orange" | "blue" | "green"; export declare function getVCSRepositoryPathAndPlatform(url: string | URL): [path: string, platform: string] | null; //# sourceMappingURL=scorecard.d.ts.map