UNPKG

minapp-fetch

Version:
18 lines (17 loc) 980 B
import { IZXWebapi, IWXWeapp, IWXCloud } from './index'; declare function fetchInit(platform: 'zx_alipay'): void; declare function fetchInit(platform: 'zx_cloud'): void; declare function fetchInit(platform: 'zx_jd'): void; declare function fetchInit(platform: 'zx_ks'): void; declare function fetchInit(platform: 'zx_op'): void; declare function fetchInit(platform: 'zx_qq'): void; declare function fetchInit(platform: 'zx_rn'): void; declare function fetchInit(platform: 'zx_swan'): void; declare function fetchInit(platform: 'zx_tt'): void; declare function fetchInit(platform: 'zx_weapp'): void; declare function fetchInit(platform: 'zx_web'): void; declare function fetchInit(platform: 'zx_webapi', options: IZXWebapi): void; declare function fetchInit(platform: 'wx_weapp', options: IWXWeapp): void; declare function fetchInit(platform: 'wx_cloud', options: IWXCloud): void; declare function fetchInit(platform: 'uni_cloud'): void; export default fetchInit;