Skip to content

Instantly share code, notes, and snippets.

@gempir
Created July 7, 2020 06:40
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