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

Readme

Keywords

Package Sidebar

Install

npm i for-each-key

Weekly Downloads

300

Version

2.0.0

License

MIT

Unpacked Size

4.32 kB

Total Files

5

Last publish

Collaborators

  • coderaiser