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
/
help.d.ts
6 lines
(5 loc)
•
245 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
Logger
}
from
'./types'
;
declare
const
VERSION
=
"6.0.3"
;
declare
const
availableActions
:
(
templates
:
string
) =>
{};
declare
const
printHelp
:
(
templates
:
string
,
logger
:
Logger
) =>
void
;
export
{ availableActions, printHelp,
VERSION
};