Skip to content

Instantly share code, notes, and snippets.

@gempir
Created July 7, 2020 06:40
Show Gist options
  • Save gempir/3070e02e1ae9e77b598027c54a861825 to your computer and use it in GitHub Desktop.
Save gempir/3070e02e1ae9e77b598027c54a861825 to your computer and use it in GitHub Desktop.
export default class Collection {
[Symbol.iterator]() {
return Object.values(this.items)[Symbol.iterator]();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment