ill-iterate

1.0.0 • Public • Published

Currently, just a faster alternative to a hasOwnProperty type iterator. This abstracts away the preferred method of iteration using Object.keys.

iterate = require('ill-iterate');
 
iterate.eachOwn({ some: 'object', to: 'iterate over' }, function(key, value, index, originalObject){
  // Do stuff
});

Package Sidebar

Install

npm i ill-iterate

Weekly Downloads

1

Version

1.0.0

License

ISC

Last publish

Collaborators

  • cmolenda