UNPKG
@royli/hygen
Version:
latest (6.2.0)
6.2.0
5.0.4
The scalable code generator that saves you time.
github.com/jondot/hygen
jondot/hygen
@royli/hygen
/
dist
/
help.d.ts
6 lines
•
279 B
TypeScript
View Raw
1
2
3
4
5
6
import
type
{
Logger
}
from
'./types'
;
declare
const
VERSION
:
any
;
declare
const
availableActions
:
(
templates
:
string
) =>
{};
declare
const
printHelp
:
(
templates
:
string
,
logger
:
Logger
) =>
void
;
export
{ availableActions, printHelp,
VERSION
};
//# sourceMappingURL=help.d.ts.map