+2
-2
| { | ||
| "name": "proxy-tree", | ||
| "version": "0.0.1", | ||
| "description": "", | ||
| "version": "0.0.2", | ||
| "description": "Write dynamic API wrappers with trees of Proxy", | ||
| "main": "index.js", | ||
@@ -6,0 +6,0 @@ "scripts": { |
+1
-1
@@ -8,3 +8,3 @@ # proxy-tree | ||
| const tree = module.exports((path, args) => { | ||
| const tree = proxyTree((path, args) => { | ||
| console.log(path, args); | ||
@@ -11,0 +11,0 @@ }); |
3022
1.38%