for-object a simple way to iterate through a plain js object api const forObject = require('for-object) example forObject({ foo: 'bar', bar: 'foo' }, (value, key, index) => { // value // key // index }) ISC License (ISC)