@schlandower/objectforeach

1.0.0 • Public • Published

objectforeach

foreach that works with object instead of arrays. Example: require ('objectforeach'); var myobj = {"one": "first", "two": "second", "third": "three"}; myobj.for each((value, key) => { console.log('Key: ' + key + 'Value: ' + value) });

Readme

Keywords

Package Sidebar

Install

npm i @schlandower/objectforeach

Weekly Downloads

0

Version

1.0.0

License

GPL-3.0

Unpacked Size

36.3 kB

Total Files

5

Last publish

Collaborators

  • schlandower