UNPKG
node-reporter-gha
Version:
latest (2.0.8)
2.0.8
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.0.0
Node reporter for GitHub Actions
github.com/sjinks/node-reporter-gha
sjinks/node-reporter-gha
node-reporter-gha
/
dist
/
lib
/
command.d.mts
2 lines
(1 loc)
•
119 B
text/typescript
View Raw
1
2
export
declare
function
issueCommand
(
command
:
string
,
properties
?:
Record
<
string
,
unknown
>,
message
?:
string
):
string
;