UNPKG

yz-native-js-sdk

Version:

provide the native function call API of yunzai mobile platform for the third party

2 lines (1 loc) 124 B
export declare const http: (method: "GET" | "POST", url: string, success: (response: any) => void, options?: any) => void;