更新
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
declare function defineProp<T>(
|
||||
obj: T,
|
||||
prop: string,
|
||||
descriptor: PropertyDescriptor
|
||||
): T;
|
||||
declare function defineProp<T>(obj: T, descriptor: PropertyDescriptorMap): T;
|
||||
|
||||
export = defineProp;
|
||||
Reference in New Issue
Block a user