更新
This commit is contained in:
Vendored
+13
@@ -0,0 +1,13 @@
|
||||
/* eslint-disable */
|
||||
/* prettier-ignore */
|
||||
// @ts-nocheck
|
||||
// Generated by @uni-ku/bundle-optimizer
|
||||
export {}
|
||||
|
||||
interface ModuleMap {
|
||||
[path: string]: any
|
||||
}
|
||||
|
||||
declare global {
|
||||
function AsyncImport<T extends keyof ModuleMap>(arg: T): Promise<ModuleMap[T]>
|
||||
}
|
||||
Reference in New Issue
Block a user