From 80beb070f1331c6a7fe7501c7d76480aacb216ae Mon Sep 17 00:00:00 2001 From: Kato Twofold Date: Sat, 21 Aug 2021 15:46:21 +0300 Subject: [PATCH] + Some more work --- src/helper/config.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/helper/config.ts b/src/helper/config.ts index c188a99..a6ac455 100644 --- a/src/helper/config.ts +++ b/src/helper/config.ts @@ -141,9 +141,13 @@ export interface ConfigObject { nodes: Array } - +/** + * Read the config file from the files of the project + * @returns The configuration object of the project + */ export function getConfig() : ConfigObject | null { + return null; } \ No newline at end of file