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

Dependencies (0)

    Dev Dependencies (10)

    Package Sidebar

    Install

    npm i for-each-key

    Weekly Downloads

    476

    Version

    2.0.0

    License

    MIT

    Unpacked Size

    4.32 kB

    Total Files

    5

    Last publish

    Collaborators

    • coderaiser