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
/
prompt.d.ts
4 lines
•
240 B
TypeScript
View Raw
1
2
3
4
import
type
{
Prompter
}
from
'./types'
;
declare
const
prompt
: <Q, T>
(
createPrompter
: () =>
Prompter
<Q, T>,
actionfolder
:
string
,
args
:
Record
<
string
,
any
>
) =>
Promise
<
object
| T>;
export
default
prompt;
//# sourceMappingURL=prompt.d.ts.map