for-each-key

2.0.0 • Public • Published

for-each-key License NPM version Dependency Status Build Status Coverage

Call a function with key and value for each object property.

Install

npm i for-each-key --save

How to use?

const forEachKey = require('for-each-key');
 
forEachKey(console.log, {
    hello: 'world'
});
// output
'hello world'

License

MIT

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 2.0.0
    540
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 2.0.0
    540
  • 1.0.1
    29
  • 1.0.0
    7

Package Sidebar

Install

npm i for-each-key

Weekly Downloads

576

Version

2.0.0

License

MIT

Unpacked Size

4.32 kB

Total Files

5

Last publish

Collaborators

  • coderaiser