Determine if a value is an accessor descriptor. An accessor descriptor defines a getter or setter for a property. This package offers a reliable and accurate way to check if a JavaScript object's property descriptor conforms to the accessor descriptor structure, differentiating it from data descriptors which hold a specific value. This package is useful for validating objects, safely interacting with properties, and ensuring code operates correctly with accessors.