UNPKG
askeroo
Version:
latest (0.0.0-alpha.16)
0.0.0-alpha.16
0.0.0-alpha.15
0.0.0-alpha.14
0.0.0-alpha.13
0.0.0-alpha.12
0.0.0-alpha.11
0.0.0-alpha.10
0.0.0-alpha.9
0.0.0-alpha.8
0.0.0-alpha.7
0.0.0-alpha.6
0.0.0-alpha.5
0.0.0-alpha.4
0.0.0-alpha.3
0.0.0-alpha.2
0.0.0-alpha.1
A modern CLI prompt library with flow control, history navigation, and conditional prompts
askeroo
/
dist
/
src
/
built-ins
/
multi
/
index.d.ts
4 lines
•
265 B
TypeScript
View Raw
1
2
3
4
import
{
MultiOptions
}
from
"./MultiField.js"
;
export
type
{
MultiOptions
};
export
declare
const
multi
:
(
opts
?:
import
(
"../../types/index.js"
).
PluginOptionsWithBuiltins
<
MultiOptions
,
string
[]> |
undefined
) =>
Promise
<
string
[]>;
//# sourceMappingURL=index.d.ts.map