UNPKG

@im-sampm/act-js

Version:

nodejs wrapper for nektos/act

9 lines (8 loc) 240 B
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[]; }