UNPKG

@heimdallr-sdk/wx-request

Version:
6 lines (3 loc) 206 B
import { RequestPluginOptionType, BasePluginType } from '@heimdallr-sdk/types'; declare function wxRequestPlugin(options?: RequestPluginOptionType): BasePluginType; export { wxRequestPlugin as default };