From f795bda6b24889f68056e8cfeaae1533eefddf0a Mon Sep 17 00:00:00 2001 From: pacifiquem Date: Wed, 5 Apr 2023 10:56:39 +0200 Subject: [PATCH] fix: exporting error for delAll api --- cli/index.ts | 5 +---- index.ts | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/cli/index.ts b/cli/index.ts index c9e60f9..d6ee51e 100644 --- a/cli/index.ts +++ b/cli/index.ts @@ -74,7 +74,4 @@ switch (args[0]) { console.log(usage) console.log("\n") console.log(chalk.yellowBright("Happy coding :)")) -} - - - +} \ No newline at end of file diff --git a/index.ts b/index.ts index 1690837..3f9902b 100644 --- a/index.ts +++ b/index.ts @@ -8,4 +8,4 @@ export * from './scripts/get.js' export * from './scripts/set.js' export * from './scripts/del.js' export * from './scripts/add.js' -export * from './scripts/delAll' \ No newline at end of file +export * from './scripts/delAll.js' \ No newline at end of file