@chaff/fui-proxy
Advanced tools
Comparing version 0.0.16 to 0.0.17
declare function FuiProxy<Target, Methods = {}>(target: Target, methodsFn: (target: Target) => Methods): Methods & Target; | ||
declare namespace FuiProxy { } | ||
export = FuiProxy; |
{ | ||
"name": "@chaff/fui-proxy", | ||
"version": "0.0.16", | ||
"version": "0.0.17", | ||
"description": "Proxy library for Fui", | ||
@@ -32,3 +32,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "2ccbbc803df6911340d5a82a40a208980078fdb0" | ||
"gitHead": "a5630b229f4f927ff3170f923afc93529e7be1bd" | ||
} |
2493
16