@stdlib/assert-is-read-only-property-in
Test if an object's own or inherited property is read-only.
Test if an object's own or inherited property is read-only.
Test if an object's own property is readable and writable.
Test if an object's own and inherited property is readable and writable.
Test if an object's own property is readable.
Test if an object's own or inherited property is readable.
Test if an object has a specified method name, either own or inherited.
Test if an object's own or inherited property is writable.
Test if an object's own property is write-only.
Test if an object's own or inherited property is write-only.
Test if an object's own property is non-configurable.
Test if an object's own or inherited property is non-configurable.
Test if an object's own property is non-enumerable.
Test if an object's own or inherited property is non-enumerable.
Test if an object's own property is writable.
Proxy object.
Set a nested property value.
Define a configurable read-only accessor.
Define a configurable read-only property.
Define a configurable read-write accessor.
Define a configurable write-only accessor.