UNPKG

t-comm

Version:

专业、稳定、纯粹的工具库

8 lines (7 loc) 307 B
export declare function launchMiniProgramInSlugSdk(appId: string, path: string): void; export declare function launchMiniProgramInGame({ appId, path, type, isWxMp, }: { appId?: string | undefined; path?: string | undefined; type?: number | undefined; isWxMp?: boolean | undefined; }): void;