We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 92d20ba + beff7fc commit e1d2b8eCopy full SHA for e1d2b8e
index.js
@@ -3,6 +3,6 @@
3
* email: 824783146@qq.com
4
* source code: https://github.com/wendux/Ajax-hook
5
**/
6
-export {hook, unHook}from "./src/xhr-hook"
7
-export {proxy, unProxy} from "./src/xhr-proxy"
+export { hook }from "./src/xhr-hook"
+export { proxy } from "./src/xhr-proxy"
8
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "ajax-hook",
- "version": "3.0.0",
+ "version": "3.0.1",
"main": "index.js",
"typings": "./index.d.ts",
"author": {
0 commit comments