Get enumerable properties, include properties on the prototype chain.
Get enumerable and nonenumerable properties, include properties on the prototype chain.
Get nonenumerable properties, include properties on the prototype chain.
Get own enumerable properties, exclude properties on the prototype chain.
Get own enumerable and nonenumerable properties, exclude properties on the prototype chain.
Get own nonenumerable properties, exclude properties on the prototype chain.
Get enumerable properties on the prototype chain, exclude own properties.
Get enumerable and nonenumerable properties on the prototype chain, exclude own properties.
Get nonenumerable properties on the prototype chain, exclude own properties.
Generated using TypeDoc
A little to get enumerable and nonenumerable properties