# Installation
> `npm install --save @types/has-property-descriptors`

# Summary
This package contains type definitions for has-property-descriptors (https://github.com/inspect-js/has-property-descriptors#readme).

# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/has-property-descriptors.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/has-property-descriptors/index.d.ts)
````ts
declare function hasPropertyDescriptors(): boolean;

declare namespace hasPropertyDescriptors {
    function hasArrayLengthDefineBug(): boolean;
}

export = hasPropertyDescriptors;

````

### Additional Details
 * Last updated: Tue, 07 Nov 2023 03:09:37 GMT
 * Dependencies: none

# Credits
These definitions were written by [Jordan Harband](https://github.com/ljharb).
