debug: try exporting a function

i don't understand why i can't export my enum.
This commit is contained in:
2022-11-06 01:13:55 -07:00
parent 73a405c008
commit 5573c45158

View File

@@ -14,8 +14,13 @@ module.exports = {
getSetting,
ignoreFiles,
makeTOTP,
expTest,
};
function expTest(foo) {
return foo * 2;
}
const SettingScope = {
// query a setting first from the login, then the store, then globally
Login: "login",