UNPKG

@alicloud/console-fetcher-interceptor-res-biz

Version:
4 lines 210 B
import createInterceptorResponseFulfilled from './create-interceptor-response-fulfilled'; export default function intercept(fetcher) { return fetcher.interceptResponse(createInterceptorResponseFulfilled()); }