-
Notifications
You must be signed in to change notification settings - Fork 0
remote.Interface.MountHandlerMap
github-actions[bot] edited this page Jun 8, 2026
·
2 revisions
@zenstone/ts-utils / remote / MountHandlerMap
Defined in: src/remote/mountRemote.ts:85
Handler 类型映射表
通过 interface 声明合并扩展:
declare module '@zenstone/ts-utils/remote' {
interface MountHandlerMap {
wasm: MountHandlerFn<{ url: string; importObject?: WebAssembly.Imports }>;
}
}Defined in: src/remote/mountRemote.ts:87
Defined in: src/remote/mountRemote.ts:86
Defined in: src/remote/mountRemote.ts:88