chore: export config from index.

This commit is contained in:
Ansolve 2024-01-02 15:39:07 +08:00
parent 38546d0159
commit 08cbc34d6b
No known key found for this signature in database
GPG Key ID: 2F2873AC9538CC2D
1 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,9 @@ export const assetURL = typeof nonameInitialized != 'string' || nonameInitialize
export const GeneratorFunction = (function* () { }).constructor;
export const AsyncFunction = (async function () { }).constructor;
export const userAgent = navigator.userAgent.toLowerCase();
export * as config from './config.js'
/**
* 不能被new的类
*/