keva

1.0.1 • Public • Published

keva

Object iterator for for...of statements.

Example Usage

const keva = require('keva');

for (var [key, val] of keva({foo: 1, bar: 2})) {
    console.log(key, val);
}
>foo 1
>bar 2

Package Sidebar

Install

npm i keva

Weekly Downloads

5

Version

1.0.1

License

MIT

Last publish

Collaborators

  • cdminix