Skip to content

Raynos/for-each

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

for-each build status

A better forEach.

Example

Like Array.prototype.forEach but works on objects

var forEach = require("for-each")

forEach({ key: "value" }, function (value, key) {
    /* code */
})

Installation

npm install for-each

Contributors

  • Raynos

MIT Licenced

About

A better forEach

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •