Last updated
Was this helpful?
Last updated
Was this helpful?
Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for data descriptors and accessor descriptors.
Install with :
You may also check for a descriptor by passing an object as the first argument and property name (string
) as the second argument.
false
when not an object
true
when the object has valid properties with valid values.
false
when the object has invalid properties
false
when a value is not the correct type
true
when the object has valid properties with valid values.
false
when the object has invalid properties
false
when an accessor is not a function
false
when a value is not the correct type
To generate the readme, run the following command:
Running and reviewing unit tests is a great way to get familiarized with a library and its API. You can install dependencies and run tests with the following command:
Jon Schlinkert
: Returns true if a value has the characteristics of a valid JavaScript accessor descriptor. |
: Returns true if a value has the characteristics of a valid JavaScript data descriptor. |
: Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for… |
: Returns true if the value is an object and not an array or null. |
Pull requests and stars are always welcome. For bugs and feature requests, .
(This project's readme.md is generated by , please don't edit the readme directly. Any changes to the readme must be made in the readme template.)
Copyright © 2017, . Released under the .
This file was generated by , v0.6.0, on July 22, 2017.
Commits
Contributor
24
1
1