UNPKG
@im-sampm/act-js
Version:
latest (1.1.0)
1.1.0
1.0.0
nodejs wrapper for nektos/act
github.com/im-sampm/act-js
im-sampm/act-js
@im-sampm/act-js
/
build
/
src
/
action-input
/
action-input.d.ts
9 lines
(8 loc)
•
240 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
{
ActionEvent
}
from
"../action-event/action-event"
;
export
declare
class
ActionInput
{
private
input;
private
event;
constructor
(
event
:
ActionEvent
);
get
map
():
Map
<
string
,
string
>;
toActArguments
():
string
[]; }