UNPKG
@nodesecure/utils
Version:
latest (2.3.0)
2.3.0
2.2.0
2.1.0
2.0.1
2.0.0
1.2.0
1.1.0
1.0.0
NodeSecure utilities
github.com/NodeSecure/tree/master/workspaces/utils
NodeSecure/scanner
@nodesecure/utils
/
dist
/
scorecard.d.ts
3 lines
•
247 B
TypeScript
View Raw
1
2
3
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