UNPKG
@shift-code/cli
Version:
latest (1.2.1)
1.2.1
1.2.0
1.1.4
1.1.3
1.0.0
0.4.8
0.1.2
0.1.1
0.1.0
Redeem Gearbox SHiFT codes automatically
github.com/trs/shift-code/tree/master/cli
trs/shift-code
@shift-code/cli
/
dist
/
shared.d.ts
4 lines
(3 loc)
•
208 B
TypeScript
View Raw
1
2
3
4
import
{
Arguments
}
from
'yargs'
;
import
{
PromptObject
}
from
'prompts'
;
export
declare
const
tryPromptArgs
: <T>
(
args
:
Arguments
<T>
) =>
<
T_1
extends
string
>
(
question
:
PromptObject
<T_1>
) =>
Promise
<
string
>;