Expose QuickCss and Updater on global; consoleShortcuts plugin

This commit is contained in:
Vendicated 2022-10-01 03:58:07 +02:00
parent e784ecda4f
commit 784e9ec9cb
No known key found for this signature in database
GPG key ID: EC781ADFB93EFFA3
3 changed files with 46 additions and 0 deletions

View file

@ -1,6 +1,9 @@
export * as Plugins from "./plugins";
export * as Webpack from "./webpack";
export * as Api from "./api";
export * as Updater from "./utils/updater";
export * as QuickCss from "./utils/quickCss";
import { popNotice, showNotice } from "./api/Notices";
import { Settings } from "./api/settings";
import { startAllPlugins } from "./plugins";