We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1611c20 commit ec6f27dCopy full SHA for ec6f27d
src/base/api/utils.js
@@ -11,6 +11,7 @@ import shuffle from '../../utils/shuffle';
11
import some from '../../utils/some';
12
import TabManager from '../../utils/tabbedView';
13
import rand from '../../utils/rand';
14
+import SettingType from '../../utils/settings/setting';
15
16
const utils = api.mod.utils;
17
@@ -35,3 +36,4 @@ utils.some = some;
35
36
utils.tabManager = TabManager;
37
utils.VarStore = VarStore;
38
utils.rand = rand;
39
+utils.SettingType = SettingType;
0 commit comments