UNPKG

148 BTypeScriptView Raw
1import 'whatwg-fetch';
2import Taro from '@tarojs/api';
3export declare const request: typeof Taro.request;
4export declare const addInterceptor: any;