UNPKG

axios-interceptor-hook

Version:
13 lines (11 loc) 271 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "useAxiosInterceptor", { enumerable: true, get: function get() { return _apiHook.useAxiosInterceptor; } }); var _apiHook = require("./hook/apiHook");