filter-keys-object

0.1.2 • Public • Published

filter-keys-object

Filter the keys of an object.

module.exports = (
    object,
    filterKeyValue
) => Object.keys(object).filter(
    key => filterKeyValue(key, object[key])
)

https://twitter.com/@evanxsummers

Readme

Keywords

none

Package Sidebar

Install

npm i filter-keys-object

Weekly Downloads

2

Version

0.1.2

License

ISC

Last publish

Collaborators

  • evanx