Skip to content

r1nzai/IterableObject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Probably a dumb idea i had, but it works so far.

example

const obj = {a:1,b:2};
const iterableObject = new IterableObject(obj);
iterableObject.forEach((key, value) => {
    console.log(key, value);
});

About

Just a wrapper class for convenience

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published