This commit is contained in:
手瓜一十雪
2025-01-21 20:41:13 +08:00
parent 4b53e9a895
commit da94faa9bb

View File

@@ -1,6 +1,6 @@
declare global { declare global {
namespace globalThis { namespace globalThis {
const LiteLoader: symbol; var LiteLoader: symbol;
} }
} }
export {}; export {};