Function ObjectDefineProperty
- ObjectDefineProperty(...args: [o: unknown, p: PropertyKey, attributes: PropertyDescriptor & ThisType<any>]): unknown
-
Parameters
-
Rest
...args: [o: unknown, p: PropertyKey, attributes: PropertyDescriptor & ThisType<any>]
Returns unknown