define-property
Define a non-enumerable property on an object. Uses Reflect.defineProperty when available, otherwise Object.defineProperty.
Found 5 results for define-property
Define a non-enumerable property on an object. Uses Reflect.defineProperty when available, otherwise Object.defineProperty.
Better `Object.defineProperty()`.
Deep-clone properties from one object to another and make them non-enumerable, or make existing properties on an object non-enumerable.
Lazily loaded objects with properties computed at get-time.
Make all the properties of an object enumerable. Optionally deep, shallow by default.