1
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Proxy object if environment supported
|
||||
*/
|
||||
export default function proxyObject<Obj extends object, ExtendObj extends object>(obj: Obj, extendProps: ExtendObj): Obj & ExtendObj;
|
||||
Reference in New Issue
Block a user