add some jsdoc

This commit is contained in:
Vendicated
2023-04-10 01:16:44 +02:00
parent c2eaa9d35a
commit edfeca15ce
5 changed files with 61 additions and 5 deletions

View File

@@ -7,7 +7,7 @@
import { readFileSync, writeFileSync } from "fs";
import { join } from "path";
import type { Settings as TSettings } from "shared/settings";
import { SettingsStore } from "shared/utils/makeChangeListenerProxy";
import { SettingsStore } from "shared/utils/SettingsStore";
import { DATA_DIR, VENCORD_SETTINGS_FILE } from "./constants";