UNPKG

miniapp-web-jsapi

Version:

JSAPI/View adapter for miniprogram running on the web

5 lines (4 loc) 310 B
import { IRpcResponse } from '@/web/rpc'; export declare const defaultRpcErrorResponse: IRpcResponse; export declare function buildErrorResponse(errorMessage: string | any, memo: string | any, traceId?: string): IRpcResponse; export declare function decodeUri(encoded: string | undefined): string | undefined;