extension-props
Advanced tools
Comparing version 0.9.7 to 0.9.8
{ | ||
"name": "extension-props", | ||
"version": "0.9.7", | ||
"version": "0.9.8", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -171,6 +171,6 @@ # extension-props | ||
- `getAllPropertyDescriptor(obj)`: returns an array of all properties of a given object. | ||
- `getAllPropertyNames(obj)`: returns an array of all properties of a given object. | ||
- _Variations:_ | ||
- `ObjectType.getAllPropertyDescriptor(obj)` | ||
- `Object.getAllPropertyDescriptor(obj)` | ||
- `ObjectType.getAllPropertyNames(obj)` | ||
- `Object.getAllPropertyNames(obj)` | ||
- `getAllPropertyDescriptor(obj, prop)`: returns a property descriptor for a property of a given object. | ||
@@ -177,0 +177,0 @@ - _Variations:_ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
78489