miniapp-web-jsapi
Version:
JSAPI/View adapter for miniprogram running on the web
7 lines (6 loc) • 487 B
TypeScript
import './web/jsapi';
export { AppNameEnums, SiteNameEnums } from './web/site';
export { registerJsApiExtension, createUnsupportedJsApi } from './web/jsapi/call';
export type { RpcOptions, WebPolyfillOptions } from './web/index';
export type { IRpcErrorHandler, IRpcInterceptor, IRpcResponse, ISendRpcOptions, RpcError } from './web/rpc/index';
export { initWebPolyfill, getWebPolyfillOptions, getWebQueryParams, EnvironmentEnums, getEnvironment, buildNavigateUrl, } from './web/index';