UNPKG

miniapp-web-jsapi

Version:

JSAPI/View adapter for miniprogram running on the web

11 lines (10 loc) 255 B
interface IJsApiInvokeOptions { success?(res: any): void; fail?(res: any): void; complete?(): void; } export declare function notSupportJsApi(options?: IJsApiInvokeOptions): { errCode: string; errMsg: string; } | undefined; export {};