From cc529231d0d156285a22de02122dd677a7fb1005 Mon Sep 17 00:00:00 2001 From: Giovanni Campeol Date: Mon, 8 May 2023 09:12:06 +0200 Subject: [PATCH] exported colors --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index ce648da..d4075ba 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,3 +1,3 @@ export { PromptOptions, Choiche, ChoicheAction } from "./types" export { nicliPrompt } from "./prompt" - +export { COLORS as colors } from "./utils/colors" \ No newline at end of file