UNPKG
cli-prompts
Version:
latest (0.0.0)
0.0.0
Tiny module for creating beautiful CLI prompts
github.com/egoist/cli-prompts
egoist/cli-prompts
cli-prompts
/
dist
/
index.d.ts
3 lines
(2 loc)
•
52 B
TypeScript
View Raw
1
2
3
import
Prompt
from
'./Prompt'
;
export
{
Prompt
};