get-own-property-names-x
Creates an array of all properties (enumerable or not) found directly upon a given object.
Found 6 results for getOwnPropertyNames
Creates an array of all properties (enumerable or not) found directly upon a given object.
gets own enumerable property names and symbols
ES6 next big thing polyfilled before it gets real
getOwnPropertyNames limited to functions
Non-`own` version of `Object.getOwnPropertyNames()`
Recursive approach to getOwnPropertyNames and getOwnPropertySymbols