UNPKG

jshttp

Version:

基于 Axios 的 HTTP 请求库,内置了一些常用功能,支持在任何 Javascript 环境下运行

9 lines (5 loc) 147 B
'use strict' const jshttp = require('./lib/jshttp') module.exports = jshttp // 兼容 Typescript 导入 module.exports.default = jshttp