UNPKG
@handfish/hygen
Version:
latest (6.1.6)
6.1.6
6.1.5
6.1.4
6.1.3
6.1.2
6.1.1
The scalable code generator that saves you time.
github.com/jondot/hygen
jondot/hygen
@handfish/hygen
/
dist
/
ops
/
add.d.ts
4 lines
(3 loc)
•
219 B
TypeScript
View Raw
1
2
3
4
import
{
ActionResult
,
RunnerConfig
,
RenderedAction
}
from
'../types'
;
declare
const
add
:
(
action
:
RenderedAction
,
args
:
any
, { logger, cwd, createPrompter }:
RunnerConfig
) =>
Promise
<
ActionResult
>;
export
default
add;