Skip to content

Commit 8b12450

Browse files
committed
fix: added proper naming convention
1 parent 3f79d1d commit 8b12450

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/configs/cliConfig.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,12 @@ Object.keys(Stack.Modules).forEach((element) => {
2626
moduleDescription.push(Stack.Modules[element]["description"])
2727
})
2828

29-
moduleDescription.filter(function (ele: Iroverdescription) {
29+
export const moduleDescriptions = moduleDescription.filter(function (
30+
ele: Iroverdescription
31+
) {
3032
keys.push(ele["key"])
3133
values.push(ele["value"])
3234
})
33-
3435
export const app: Record<
3536
string,
3637
Record<string, Array<string> | Array<Iroverdescription>>

0 commit comments

Comments
 (0)