Currently symbol properties are ignored. Is it possible to add the option to preserve and iterate over them? The [filter-obj](https://github.com/sindresorhus/filter-obj) library currently has support for it using `Reflect.ownKeys()`
Currently symbol properties are ignored. Is it possible to add the option to preserve and iterate over them?
The filter-obj library currently has support for it using
Reflect.ownKeys()