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
/
core
/
plugin.d.ts
4 lines
•
181 B
TypeScript
View Raw
1
2
3
4
export
{ createPrompt }
from
"./registry.js"
;
export
type
{
PromptPlugin
}
from
"./registry.js"
;
export
{ globalRegistry }
from
"./registry.js"
;
//# sourceMappingURL=plugin.d.ts.map